index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
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 diff --git a/configure.ac b/configure.ac index bff9e8d5..008975b8 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,7 @@ etc/Makefile po/Makefile.in test/pacman/Makefile test/pacman/tests/Makefile +test/util/Makefile contrib/Makefile Makefile ]) |