summaryrefslogtreecommitdiff
path: root/Build/source/libs/potrace/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/potrace/Makefile.am')
-rw-r--r--Build/source/libs/potrace/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/potrace/Makefile.am b/Build/source/libs/potrace/Makefile.am
index f89a0f89b78..cabbcfa0ed1 100644
--- a/Build/source/libs/potrace/Makefile.am
+++ b/Build/source/libs/potrace/Makefile.am
@@ -8,15 +8,8 @@
##
ACLOCAL_AMFLAGS = -I ../../m4
-# Rebuild
-.PHONY: rebuild
-rebuild: all
-
## We want to re-distribute the whole original potrace source tree.
##
-## With current automake (1.10.2) 'make distcheck' fails when
-## DISTFILES contains a directory and files in that directory.
-## Thus nodist_* for all files in $(POTRACE_TREE).
EXTRA_DIST = $(POTRACE_TREE)
## Changes applied to the original source tree
@@ -59,3 +52,10 @@ potracetst_CPPFLAGS = -Iinclude
LDADD = libpotrace.a
+# Rebuild
+rebuild_prereq =
+rebuild_target = all
+CLEANFILES =
+
+include $(srcdir)/../../am/rebuild.am
+