Removed VS2008 and VS2010 files
[freeglut] / progs / demos / One / Makefile.am
index ce09b09..d51617d 100644 (file)
@@ -1,6 +1,6 @@
-## Process this file with automake to produce Makefile.im
-
-bin_PROGRAMS = one
+EXTRA_DIST = one.c one.dsp
+noinst_PROGRAMS = one
 one_SOURCES = one.c
-one_LDFLAGS = -export-dynamic -dlpreopen ../src/libfreeglut-2.0.la
-
+one_LDFLAGS = -export-dynamic
+one_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
+one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)