summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-05-04 05:32:36 +0200
committerGuillem Jover <guillem@debian.org>2018-08-30 03:14:08 +0200
commit6a5b37e98d8c0273203fc000a2539bc97101250f (patch)
tree87a8f4b34e0617fb182f1e2151220fae14c21c38 /src/Makefile.am
parenta9663b000b9c96030c7062fa01c0bee038cd11f9 (diff)
downloaddpkg-6a5b37e98d8c0273203fc000a2539bc97101250f.tar.gz
dpkg: Move struct perpackagestate handling into its own file
This is not really part of the fsys db handling, and we are not making use of it anymore in it, so let's move it somewhere else more appropriate.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1e9735acd..38b725169 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,6 +45,7 @@ dpkg_SOURCES = \
help.c \
main.c main.h \
packages.c \
+ perpkgstate.c \
remove.c \
script.c \
select.c \