Addressing Ubuntu bug 686315 reported as freeglut bug 3407093 -- rearranging the...
[freeglut] / progs / demos / shapes / Makefile.am
1 EXTRA_DIST = shapes.c shapes.dsp
2 noinst_PROGRAMS = shapes
3 shapes_SOURCES = shapes.c
4 shapes_LDFLAGS = -export-dynamic
5 shapes_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
6 shapes_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)