Adding the "patch_demo" patch per e-mail from Diederick Niehorster vintage 6/9/11...
[freeglut] / progs / demos / One / Makefile.am
index 1aa0c36..7f5906c 100644 (file)
@@ -1 +1,5 @@
 EXTRA_DIST = one.c one.dsp
+noinst_PROGRAMS = one
+one_SOURCES = one.c
+one_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
+one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)