index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-04-26 16:59:38 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-26 16:59:38 -0400 |
commit | 7bbcaaaae90770247f72cf213498b6934d949023 (patch) | |
tree | fb6619b04ab85b3584f6753c34e01ceb4f892088 /src/util/Makefile.am | |
parent | 8d46cf6651e4593786621be62216c6ef9f03a172 (diff) |
-rw-r--r-- | src/util/Makefile.am | 2 |
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index e79e726d..8174dd96 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -2,6 +2,8 @@ bin_PROGRAMS = vercmp testpkg INCLUDES = -I$(top_srcdir)/lib/libalpm +AM_CFLAGS = -pedantic + vercmp_SOURCES = vercmp.c vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la |