Added "offscreen" demo, a very simple program that produces an onscreen
[freeglut] / progs / demos / offscreen / Makefile.am
1 EXTRA_DIST = shapes.c shapes.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)