diff options
author | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:16:26 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:16:26 +0200 |
commit | 42b8ab848739ee6bf9003dea67c376236600964b (patch) | |
tree | 65ba0fa04956dd3788d5336c09ebbbe18912a368 | |
parent | 99e02e7a17ab8efe09b9a5411466bf273c01c692 (diff) |
Fix build with builddir != srcdir
-rw-r--r-- | Makefile.am | 1 |
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) |