Removed the incorrect relative path for including freeglut.h
[freeglut] / progs / demos / One / Makefile.am
index 1aa0c36..3f171dc 100644 (file)
@@ -1 +1,5 @@
 EXTRA_DIST = one.c one.dsp
+bin_PROGRAMS = one
+one_SOURCES = one.c
+one_LDFLAGS = -export-dynamic ../../../src/libglut.la
+