aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/projectM/cwrapper/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/projectM/cwrapper/Makefile.in')
-rw-r--r--src/lib/projectM/cwrapper/Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/projectM/cwrapper/Makefile.in b/src/lib/projectM/cwrapper/Makefile.in
index d2be8613..fef3b80b 100644
--- a/src/lib/projectM/cwrapper/Makefile.in
+++ b/src/lib/projectM/cwrapper/Makefile.in
@@ -1,3 +1,13 @@
+#################################################
+# projectM C-wrapper
+# @configure_input@
+#################################################
+
+@SET_MAKE@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+
OBJECTS = projectM-cwrapper.o
LIBRARY = libprojectM-cwrapper.a
@@ -28,3 +38,4 @@ distclean: clean
strip :
strip $(LIBRARY)
$(RANLIB) $(LIBRARY)
+