]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
Sync
[apt.git] / apt-pkg / makefile
index f6a5d003c897687db143ea424c37bdc0d39c0888..d0d9cb63a992a15eac53359827cd9db643d51e4c 100644 (file)
@@ -1,5 +1,6 @@
 # -*- make -*-
 BASE=..
+SUBDIR=apt-pkg
 
 # Header location
 SUBDIRS = deb contrib
@@ -12,24 +13,25 @@ include ../buildlib/defaults.mak
 LIBRARY=apt-pkg
 MAJOR=2
 MINOR=0.0
+SLIBS=$(PTHREADLIB)
 
 # Source code for the contributed non-core things
 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
-         contrib/configuration.cc
-        
+         contrib/configuration.cc contrib/progress.cc
+
 # Source code for the main library
 SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
          orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
-        algorithms.cc init.cc templates.cc
+        pkgrecords.cc algorithms.cc init.cc templates.cc
         
 # Source code for the debian specific components        
-SOURCE+= deb/deblistparser.cc
+SOURCE+= deb/deblistparser.cc deb/debrecords.cc
 
 # Public apt-pkg header files
 HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \
           error.h orderlist.h sourcelist.h configuration.h fileutl.h \
           packagemanager.h tagfile.h deblistparser.h init.h pkgcache.h \
-          version.h
+          version.h progress.h pkgrecords.h debrecords.h
 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
 
 # Private header files