summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-02-23 04:37:13 +0100
committerGuillem Jover <guillem@debian.org>2019-02-23 15:25:27 +0100
commite14213a278574c0dbdec02f26fa8c7c4c02dfe7c (patch)
treeb8d9c0f005962bd33686a285f95eaa178f20d1c4 /src/Makefile.am
parent6d43bd729668c801f1fa3402b4d95fe4b0caf2c0 (diff)
downloaddpkg-e14213a278574c0dbdec02f26fa8c7c4c02dfe7c.tar.gz
dpkg: Move force options support into its own file
This unifies all force related code in a single file, and will make it possible to use it in other programs.
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 e6c957062..93494db22 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,6 +34,7 @@ dpkg_SOURCES = \
errors.c \
file-match.c file-match.h \
filters.c filters.h \
+ force.c force.h \
help.c \
main.c main.h \
packages.c \