From 463bc71d330d357babb4981c933e6b615621c262 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 22 Nov 2008 15:11:29 +0100 Subject: Fix build in separate directory. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3