From 7ac72ce2e262bf78cb2e8ff50ef932d29e4b65f7 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 19 Aug 2008 01:04:27 +0200 Subject: allow build outside of source tree --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3