diff options
author | Julien Cristau <jcristau@debian.org> | 2008-08-21 00:46:51 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-08-21 00:48:22 +0200 |
commit | d9b5448a77ff3ee06f6128faa69f43066cd16fe1 (patch) | |
tree | f1841b50b8eadc6ada9d6942e9fff87243e8d4c6 | |
parent | 7739b19df6a7eba2c35fc34688c40d64a65b79f5 (diff) |
Fix build outside of source dir
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d8aa027..3ba5868 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ APPDEFAULTFILES = \ SUFFIXES = .ad .ad: + $(mkdir_p) app-defaults cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |