summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e157e0..ebdc346 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,6 +77,7 @@ APPDEFAULTFILES = \
SUFFIXES = .ad
.ad:
+ [ -d app-defaults ] || mkdir app-defaults
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)