summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-17 20:11:02 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-17 20:11:02 +0000
commitfdc0992af4020cb5230a64058281b6e5aed0d3a1 (patch)
tree0c9485cd9b0c814ae497f5691eda3a7398cf3e19 /Makefile.am
parente0a326f3bd7889da2352a1e534871a64b693545a (diff)
fix rules to work with non-GNU make and outside of $srcdir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d2a5cb9..15fea9d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,8 +51,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults
APPDEFAULTFILES = \
XClipboard
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)