Removed autotools build files (I think I got all of them, did I?)
[freeglut] / progs / demos / smooth_opengl3 / Makefile.am
diff --git a/progs/demos/smooth_opengl3/Makefile.am b/progs/demos/smooth_opengl3/Makefile.am
deleted file mode 100644 (file)
index fcc85d7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp
-noinst_PROGRAMS = smooth_opengl3
-smooth_opengl3_SOURCES = smooth_opengl3.c
-smooth_opengl3_LDFLAGS = -export-dynamic
-smooth_opengl3_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
-smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)