I had rubbed the offscreen/Makefile.am off from the shapes demo. I forgot
[freeglut] / progs / demos / offscreen / Makefile.am
1 EXTRA_DIST = unmanaged.c unmanaged.dsp
2 noinst_PROGRAMS = offscreen
3 offscreen_SOURCES = offscreen.c
4 offscreen_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
5 offscreen_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)