]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
Sync
[apt.git] / apt-pkg / makefile
index d0d9cb63a992a15eac53359827cd9db643d51e4c..66c1ac6a0c271e574a9964c358016a6e97ca4321 100644 (file)
@@ -17,7 +17,7 @@ SLIBS=$(PTHREADLIB)
 
 # Source code for the contributed non-core things
 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
-         contrib/configuration.cc contrib/progress.cc
+         contrib/configuration.cc contrib/progress.cc contrib/cmndline.cc
 
 # Source code for the main library
 SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
@@ -31,7 +31,7 @@ SOURCE+= deb/deblistparser.cc deb/debrecords.cc
 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 progress.h pkgrecords.h debrecords.h
+          version.h progress.h pkgrecords.h debrecords.h cmndline.h
 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
 
 # Private header files