Addressing bug report 3368139 about warnings under OpenSUSE. I added two explicit...
[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)