Made all demos compile. Thanks to Thierry Thomas for reporting bug 802809, which...
[freeglut] / progs / demos / One / Makefile.am
index 1aa0c36..3f171dc 100644 (file)
@@ -1 +1,5 @@
 EXTRA_DIST = one.c one.dsp
+bin_PROGRAMS = one
+one_SOURCES = one.c
+one_LDFLAGS = -export-dynamic ../../../src/libglut.la
+