summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b371a4e..f695862 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,9 @@ EXTRA_DIST = \
APPDEFAULTFILES = \
B4light
-$(APPDEFAULTFILES): %: %.ad
+SUFFIXES = .ad
+
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)