git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1038...
[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
5 one_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
6 one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)