Adding Visual Studio 2008 solution and project files
[freeglut] / progs / demos / One / Makefile.am
index 1aa0c36..7f5906c 100644 (file)
@@ -1 +1,5 @@
 EXTRA_DIST = one.c one.dsp
+noinst_PROGRAMS = one
+one_SOURCES = one.c
+one_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
+one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)