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 0e7514b..21aa881 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ APPDEFAULTFILES = \
SUFFIXES = .ad
.ad:
+ [ -d $(builddir)/app-defaults ] || mkdir $(builddir)/app-defaults
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)