Add test/util directory as necessary to build files

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-06-16 21:00:39 -05:00
parent 1c59b9e881
commit 2ee186506c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -356,6 +356,7 @@ etc/Makefile
po/Makefile.in
test/pacman/Makefile
test/pacman/tests/Makefile
test/util/Makefile
contrib/Makefile
Makefile
])