summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:30 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:30 +0000
commitcdcc6d34b0256aa5efe159351bb24b2e28ed143b (patch)
tree3623032519608d66e048c9108af410abd7410baa /apt-pkg/makefile
parented3dc989ebabe915888de3ffd83cbe5be0f99444 (diff)
Moved strutl.h
Author: jgg Date: 1999-01-27 02:48:52 GMT Moved strutl.h
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r--apt-pkg/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index f51e60eca..08b8b2941 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -35,11 +35,11 @@ HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \
packagemanager.h tagfile.h deblistparser.h init.h pkgcache.h \
version.h progress.h pkgrecords.h debrecords.h cmndline.h \
acquire.h acquire-worker.h acquire-item.h acquire-method.h md5.h \
- dpkgpm.h dpkginit.h cdromutl.h
+ dpkgpm.h dpkginit.h cdromutl.h strutl.h
HEADERS := $(addprefix apt-pkg/,$(HEADERS))
# Private header files
-HEADERS+= strutl.h system.h
+HEADERS+= system.h
include $(LIBRARY_H)