Python doesn't need libelf, nss or popt directly
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 19 Mar 2009 12:56:45 +0000 (14:56 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 19 Mar 2009 12:56:45 +0000 (14:56 +0200)
python/Makefile.am

index 7765051..5ce7e4c 100644 (file)
@@ -5,9 +5,6 @@ EXTRA_DIST = rpmdebug-py.c rpm/__init__.py
 if PYTHON
 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/
 AM_CPPFLAGS += -I$(top_srcdir)/python
-AM_CPPFLAGS += @WITH_LIBELF_INCLUDE@
-AM_CPPFLAGS += @WITH_NSS_INCLUDE@
-AM_CPPFLAGS += @WITH_POPT_INCLUDE@
 AM_CPPFLAGS += -I$(top_srcdir)/misc
 AM_CPPFLAGS += -I@WITH_PYTHON_INCLUDE@
 
@@ -19,9 +16,6 @@ _rpmmodule_la_LIBADD = \
        $(top_builddir)/build/librpmbuild.la \
        $(top_builddir)/lib/librpm.la \
        $(top_builddir)/rpmio/librpmio.la \
-       @WITH_NSS_LIB@ \
-       @WITH_POPT_LIB@ \
-       @WITH_LIBELF_LIB@ \
        @WITH_PYTHON_LIB@
 
 _rpmmodule_la_SOURCES = rpmmodule.c system.h \