index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/util/Makefile.am | 5 |
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index e8917599..553c3c09 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,9 +1,6 @@ bin_PROGRAMS = vercmp -AM_CFLAGS = \ - -I$(top_srcdir)/lib/libalpm \ - -I$(top_srcdir)/src/pacman \ - $(CFLAGS) +AM_CFLAGS = -I$(top_srcdir)/lib/libalpm vercmp_SOURCES = vercmp.c |