summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3661fa2..b1cce2d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,8 +43,9 @@ APPDEFAULTFILES = \
XCalc \
XCalc-col
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)