Disable/enable lighting in the "one.c" demo (John Fay)
[freeglut] / progs / demos / One / Makefile.am
1 EXTRA_DIST = one.c one.dsp
2 noinst_PROGRAMS = one
3 one_SOURCES = one.c
4 one_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
5 one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)