summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-10-15 09:11:23 +0300
committerGuillem Jover <guillem@debian.org>2008-10-17 21:09:29 +0300
commitf40b311b75aa17eea35eb50570b8c4976d2c7c78 (patch)
treea4e4e00e5bc578b98b862dbaef721ff3c4f661da /src/Makefile.am
parentdc1e8a195cad2860d29b9f49f35d3fa06f74a92c (diff)
downloaddpkg-f40b311b75aa17eea35eb50570b8c4976d2c7c78.tar.gz
dpkg-query: stop needlessly using functionality from error.c
The file was being pulled only because dpkg-query was using nerrs.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3588cd73a..3f38dc19e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,6 @@ dpkg_LDADD = \
$(SELINUX_LIBS)
dpkg_query_SOURCES = \
- errors.c \
filesdb.c filesdb.h \
pkg-list.c \
pkg-show.c \