summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-08-19 01:04:27 +0200
committerJulien Cristau <jcristau@debian.org>2008-08-19 01:04:27 +0200
commit7ac72ce2e262bf78cb2e8ff50ef932d29e4b65f7 (patch)
treefe70b83225dc80bc96ad7558ac7940e8f142024f
parenta3e1a9b4cb732b86b84375013e3fa531395b45cf (diff)
allow build outside of source tree
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fcdc821..328af14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ APPDEFAULTFILES = \
SUFFIXES = .ad
.ad:
+ $(mkdir_p) app-defaults
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)