index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-08-15 20:16:46 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-08-15 20:16:46 -0400 |
commit | f4dbb204f1ad99179c145558ababf1190f067083 (patch) | |
tree | 6a9679bce55e272a00750d3f7d2a2a802e51924e /src/util/Makefile.am | |
parent | a65ad4efc1102449a087b464d3b8d4670a614b99 (diff) |
-rw-r--r-- | src/util/Makefile.am | 2 |
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 0c48f10e..d5783612 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = vercmp testpkg INCLUDES = -I$(top_srcdir)/lib/libalpm -AM_CFLAGS = -pedantic +AM_CFLAGS = -pedantic -D_GNU_SOURCE vercmp_SOURCES = vercmp.c vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la |