diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
commit | 3595201f5f3c1274786844c541ef82edba6984f8 (patch) | |
tree | 5c3686add5a531460c27379a58d42662b24160c4 /src/util | |
parent | 3b95de655b277efe895ac5de01b86c5ab313c030 (diff) | |
download | pacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.xz |
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
to work as expected.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 8f3a98bd..b0319694 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = vercmp testpkg -AM_CFLAGS = -I$(top_srcdir)/lib/libalpm +INCLUDES = -I$(top_srcdir)/lib/libalpm vercmp_SOURCES = vercmp.c vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.so |