summaryrefslogtreecommitdiff
path: root/src/post/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/Makefile.am')
-rw-r--r--src/post/Makefile.am22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/post/Makefile.am b/src/post/Makefile.am
index b555bbd57..d24bfbcba 100644
--- a/src/post/Makefile.am
+++ b/src/post/Makefile.am
@@ -1,22 +1,4 @@
+include $(top_srcdir)/misc/Makefile.common
+
SUBDIRS = \
planar goom visualizations mosaico
-
-debug:
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit; \
- done;
-
-install-debug: debug
- @list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) $@) || exit; \
- done;
-
-mostlyclean-generic:
- -rm -f *~ \#* .*~ .\#*
-
-
-maintainer-clean-generic:
- -@echo "This command is intended for maintainers to use;"
- -@echo "it deletes files that may require special tools to rebuild."
- -rm -f Makefile.in
-