diff options
author | 2007-10-10 10:01:14 +0000 | |
---|---|---|
committer | 2007-10-10 10:01:14 +0000 | |
commit | 9c0601c178c3c485acfdef08899a8d2ac0c067d8 (patch) | |
tree | 576a5258f22f2689a4fd6073b4e3c309adb5f669 | |
parent | 393aec7966aec7f99b26345eee4065b4fe2c488a (diff) | |
download | paludis-9c0601c178c3c485acfdef08899a8d2ac0c067d8.tar.gz paludis-9c0601c178c3c485acfdef08899a8d2ac0c067d8.tar.xz |
Fix distcheck
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3b06f2d30..66b51bd0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ BUILT_SOURCES = automake-deps-built-hack.tmp automake-deps-dist-hack.tmp : built-sources-subdirs $(MAKE) -C paludis/util + $(MAKE) -C paludis libpaludis.la $(MAKE) -C paludis/args $(MAKE) -C paludis/ libpaludismanpagethings.la $(MAKE) -C src/output liboutput.a |