diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:59 +0000 |
commit | 08e8f724674eb96678dcabf856534c58f5c29996 (patch) | |
tree | f8cde76f1af140aa9d0536ea062d6e1fd0379c98 /apt-pkg/makefile | |
parent | c5162d564ac98a1e97812ec5d290d2375c0820d8 (diff) |
Sync
Author: jgg
Date: 1998-09-22 05:30:24 GMT
Sync
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index d0d9cb63a..66c1ac6a0 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -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 |