Made all demos compile. Thanks to Thierry Thomas for reporting bug 802809, which...
[freeglut] / progs / demos / One / Makefile.am
1 EXTRA_DIST = one.c one.dsp
2 bin_PROGRAMS = one
3 one_SOURCES = one.c
4 one_LDFLAGS = -export-dynamic ../../../src/libglut.la
5