summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0dbb739..7a670ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults
APPDEFAULTFILES = \
Xfd
-$(APPDEFAULTFILES): %: %.ad
+SUFFIXES = .ad
+
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)