diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-16 21:00:39 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-16 21:00:44 -0500 |
commit | 2ee186506c29b98d46420bc7d7b22c150b6cb71c (patch) | |
tree | 429ab72b453c56f545b2cf28843c2788d779efa8 /Makefile.am | |
parent | 1c59b9e88135395e72738f7dbb3f70a36b9132e1 (diff) | |
download | pacman-2ee186506c29b98d46420bc7d7b22c150b6cb71c.tar.xz |
Add test/util directory as necessary to build files
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bb7e3a72..f70192e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib/libalpm src/util src/pacman scripts etc po test/pacman contrib +SUBDIRS = lib/libalpm src/util src/pacman scripts etc po test/pacman test/util contrib if WANT_DOC SUBDIRS += doc endif |