Adding the "subwin" demo to the MSVC 6.0 workspace, in both static and dynamic config...
[freeglut] / progs / demos / smooth_opengl3 / Makefile.am
1 EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp
2 noinst_PROGRAMS = smooth_opengl3
3 smooth_opengl3_SOURCES = smooth_opengl3.c
4 smooth_opengl3_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
5 smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)