summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-23 10:32:10 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-23 10:32:10 +0200
commitc10e5da8a0a724cb3cc9ed23124d83f44d384ac8 (patch)
tree9483f537e74ee9ca22c0810bd4641bf4d8ae633a /rpmio
parent7b2a9b3c24ccb445a332ba57f42d526a32567644 (diff)
downloadrpm-c10e5da8a0a724cb3cc9ed23124d83f44d384ac8.tar.gz
rpm-c10e5da8a0a724cb3cc9ed23124d83f44d384ac8.tar.bz2
rpm-c10e5da8a0a724cb3cc9ed23124d83f44d384ac8.zip
librpmio needs elf include+lib now, librpmdb doesn't
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am
index 9b4b17a80..2970fb76b 100644
--- a/rpmio/Makefile.am
+++ b/rpmio/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS += @WITH_NSS_INCLUDE@
AM_CPPFLAGS += @WITH_LUA_INCLUDE@
AM_CPPFLAGS += @WITH_POPT_INCLUDE@
AM_CPPFLAGS += -I$(top_srcdir)/misc
+AM_CPPFLAGS += @WITH_LIBELF_INCLUDE@
AM_CPPFLAGS += -DRPMCONFIGDIR="\"@RPMCONFIGDIR@\""
AM_CPPFLAGS += -DLOCALSTATEDIR="\"$(localstatedir)\""
@@ -26,6 +27,7 @@ librpmio_la_LIBADD = \
@WITH_MAGIC_LIB@ \
@WITH_BZ2_LIB@ \
@WITH_ZLIB_LIB@ \
+ @WITH_LIBELF_LIB@ \
-lpthread
check_PROGRAMS =