summaryrefslogtreecommitdiff
path: root/python/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:49:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:49:44 +0100
commit9e13c9a669959cac7ff4983f36eeede8039cb6eb (patch)
tree3778f55d63c20956cbb7ddee790d6ef69d26e267 /python/makefile
parentc906abf5f25479483041636813117c48556f389b (diff)
parent85839f4f241c99f9e4ebb0a6a8847a2d433f1160 (diff)
downloadpython-apt-9e13c9a669959cac7ff4983f36eeede8039cb6eb.tar.gz
merge from the debian branch
Diffstat (limited to 'python/makefile')
-rw-r--r--python/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/makefile b/python/makefile
index e0c62541..3e6458f4 100644
--- a/python/makefile
+++ b/python/makefile
@@ -7,20 +7,20 @@ include ../buildlib/defaults.mak
# The apt_pkg module
MODULE=apt_pkg
-SLIBS = -lapt-pkg
+SLIBS = -lapt-pkg
LIB_MAKES = apt-pkg/makefile
APT_PKG_SRC = apt_pkgmodule.cc configuration.cc generic.cc tag.cc string.cc \
cache.cc pkgrecords.cc pkgsrcrecords.cc sourcelist.cc \
depcache.cc progress.cc cdrom.cc acquire.cc pkgmanager.cc \
indexfile.cc metaindex.cc
-SOURCE := $(APT_PKG_SRC)
+SOURCE := $(APT_PKG_SRC)
include $(PYTHON_H) progress.h
-# The apt_int module..
+# The apt_int module..
MODULE=apt_inst
SLIBS = -lapt-inst -lapt-pkg
LIB_MAKES = apt-inst/makefile
APT_INST_SRC = apt_instmodule.cc tar.cc generic.cc
-SOURCE := $(APT_INST_SRC)
+SOURCE := $(APT_INST_SRC)
include $(PYTHON_H)