Removed autotools build files (I think I got all of them, did I?)
[freeglut] / progs / demos / spaceball / Makefile.am
diff --git a/progs/demos/spaceball/Makefile.am b/progs/demos/spaceball/Makefile.am
deleted file mode 100644 (file)
index 13663fc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl
-noinst_PROGRAMS = spaceball
-spaceball_SOURCES = spaceball.c vmath.c
-spaceball_LDFLAGS = -export-dynamic
-spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) -lm
-spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)