summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-02-17 02:36:37 +0000
committerjbj <devnull@localhost>2005-02-17 02:36:37 +0000
commit094e57ce7127374375533093b8b60764de8359a0 (patch)
tree25a3a03dd41e2d8d25f598c3c09755e03887d682 /python
parentba7be476a7db37d1051aa7cb13da98b57f4fceab (diff)
downloadrpm-094e57ce7127374375533093b8b60764de8359a0.tar.gz
rpm-094e57ce7127374375533093b8b60764de8359a0.tar.bz2
rpm-094e57ce7127374375533093b8b60764de8359a0.zip
- rework configure.ac et al to lose internal library baggage flexibly.
CVS patchset: 7775 CVS date: 2005/02/17 02:36:37
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index b79ed016b..1b8c83ae2 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -16,11 +16,11 @@ INCLUDES = -I. \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/rpmdb \
-I$(top_srcdir)/rpmio \
+ @WITH_LIBELF_INCLUDE@ \
@WITH_BEECRYPT_INCLUDE@ \
- -I$(top_srcdir)/popt \
+ @WITH_POPT_INCLUDE@ \
-I$(top_srcdir)/misc \
-I$(pyincdir) \
- @WITH_LIBELF_INCLUDE@ \
@INCPATH@
noinst_HEADERS = header-py.h \
@@ -29,11 +29,11 @@ noinst_HEADERS = header-py.h \
spec-py.h
mylibs= \
+ $(top_builddir)/build/librpmbuild.la \
$(top_builddir)/lib/librpm.la \
$(top_builddir)/rpmdb/librpmdb.la \
$(top_builddir)/rpmio/librpmio.la \
- $(top_builddir)/popt/libpopt.la \
- $(top_builddir)/build/librpmbuild.la \
+ @WITH_POPT_LIB@ \
@WITH_LIBELF_LIB@
LDADD =