Removed offscreen demo program.
[freeglut] / progs / demos / One / Makefile.am
index ce09b09..7f5906c 100644 (file)
@@ -1,6 +1,5 @@
-## 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 ../../../src/lib@LIBRARY@.la
+one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)