summaryrefslogtreecommitdiff
path: root/python/Makefile.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-15 13:49:11 +0000
committerjbj <devnull@localhost>2001-09-15 13:49:11 +0000
commitda9b21485cd9400883de08b2754bd103f25144da (patch)
tree0b547ef38f19e147958a6fc4a9fc283727b81d97 /python/Makefile.in
parent2b23209fceb4377bd4c4b5230c580122ffa81b41 (diff)
downloadlibrpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.tar.gz
librpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.tar.bz2
librpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.zip
Sync with rpm-4_0 branch.
CVS patchset: 5048 CVS date: 2001/09/15 13:49:11
Diffstat (limited to 'python/Makefile.in')
-rw-r--r--python/Makefile.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/python/Makefile.in b/python/Makefile.in
index 6ce456f93..1a58cdede 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -187,11 +187,22 @@ AUTOMAKE_OPTIONS = 1.4 foreign
PYVER = 1.5
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/rpmdb -I$(top_srcdir)/rpmio -I$(top_srcdir)/popt -I/usr/include/python${PYVER} @INCPATH@
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/rpmdb \
+ -I$(top_srcdir)/rpmio \
+ -I$(top_srcdir)/popt \
+ -I/usr/include/python${PYVER} \
+ @INCPATH@
EXTRA_DIST = hash.h upgrade.h
-mylibs = $(top_builddir)/lib/librpm.la $(top_builddir)/rpmdb/librpmdb.la $(top_builddir)/rpmio/librpmio.la $(top_builddir)/popt/libpopt.la
+mylibs = \
+ $(top_builddir)/lib/librpm.la \
+ $(top_builddir)/rpmdb/librpmdb.la \
+ $(top_builddir)/rpmio/librpmio.la \
+ $(top_builddir)/popt/libpopt.la
LDADD =