summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-10-01 10:34:36 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-10-01 10:34:36 +0300
commit8b4ccff2e36876dcfbdba9f38f4ec9dcdef2166e (patch)
tree9daac42bbbb7df8982413d35202419c8629dad44 /python
parent6059911eb827152e22a8f3bb061147734a0ab283 (diff)
downloadlibrpm-tizen-8b4ccff2e36876dcfbdba9f38f4ec9dcdef2166e.tar.gz
librpm-tizen-8b4ccff2e36876dcfbdba9f38f4ec9dcdef2166e.tar.bz2
librpm-tizen-8b4ccff2e36876dcfbdba9f38f4ec9dcdef2166e.zip
Handle enable/disable python to configure.ac more sanely
- Conditionalize the python subdir on toplevel make instead of python subdir makefile.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index f50c103c5..6f9ae242d 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -2,7 +2,6 @@
EXTRA_DIST = rpm/__init__.py rpm/transaction.py
-if PYTHON
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/
AM_CPPFLAGS += -I$(top_srcdir)/python
AM_CPPFLAGS += -I$(top_srcdir)/misc
@@ -39,4 +38,3 @@ _rpmbmodule_la_LIBADD = \
_rpmbmodule_la_SOURCES = rpmbmodule.c rpmsystem-py.h \
spec-py.c spec-py.h
-endif