summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-05-11 23:49:01 +0200
committerAllan McRae <allan@archlinux.org>2010-10-13 15:53:18 +0200
commit522ef5e981580a52ee0ffa37178d7ddf116ebd51 (patch)
treed697ca6b89d4ded2cc4174f7124188654dd7fae4 /lib/libalpm/Makefile.am
parentb9a531c2d7e3eefab5d987d83a1cb869e1220fac (diff)
downloadpacman-522ef5e981580a52ee0ffa37178d7ddf116ebd51.tar.gz
pacman-522ef5e981580a52ee0ffa37178d7ddf116ebd51.tar.xz
Move the cache stuff where it should be
Cache bullshit only has relevance to be_files, so move it there. Signed-off-by: Dan McGee <dan@archlinux.org> [Allan: BIG rebase] Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/Makefile.am')
-rw-r--r--lib/libalpm/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am
index e136b548..13759190 100644
--- a/lib/libalpm/Makefile.am
+++ b/lib/libalpm/Makefile.am
@@ -27,7 +27,6 @@ libalpm_la_SOURCES = \
backup.h backup.c \
be_files.c \
be_package.c \
- cache.h cache.c \
conflict.h conflict.c \
db.h db.c \
delta.h delta.c \