Adding Visual Studio 2008 solution and project files
[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 ../../../src/lib@LIBRARY@.la
5 shapes_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)