summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-05 04:58:20 +0200
committerGuillem Jover <guillem@debian.org>2018-05-04 04:13:19 +0200
commit542885e824d005bc9a8a92e341f71fb323437b90 (patch)
tree1e3c622e3f118614f3db66c1a2a220d21c539953 /src/Makefile.am
parent0615492cb4c79d1f552e49f4a10dbfc959f03b9c (diff)
downloaddpkg-542885e824d005bc9a8a92e341f71fb323437b90.tar.gz
libdpkg: Move control database code into db-ctrl modules
This continues the work to generalize and make these interfaces available to other users beside dpkg itself.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2d776dd9a..1e9735acd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,7 @@ bin_PROGRAMS = \
noinst_HEADERS = \
filesdb.h \
- infodb.h
+ $(nil)
dpkg_SOURCES = \
archives.c archives.h \
@@ -40,9 +40,6 @@ dpkg_SOURCES = \
filesdb-hash.c \
file-match.c file-match.h \
filters.c filters.h \
- infodb-access.c \
- infodb-format.c \
- infodb-upgrade.c \
divertdb.c \
statdb.c \
help.c \
@@ -64,20 +61,16 @@ dpkg_LDADD = \
dpkg_divert_SOURCES = \
filesdb.c \
- infodb-format.c \
divertdb.c \
divertcmd.c
dpkg_query_SOURCES = \
filesdb.c \
- infodb-access.c \
- infodb-format.c \
divertdb.c \
querycmd.c
dpkg_statoverride_SOURCES = \
filesdb.c \
- infodb-format.c \
selinux.c \
statdb.c \
statcmd.c