summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-05-12 07:33:56 +0200
committerGuillem Jover <guillem@debian.org>2014-05-17 09:29:09 +0200
commit93a8d7423561f90559a00a760945e529a5e6e414 (patch)
treef09bf59fa6c55315a79e3d809c670a8e884daa53 /src/Makefile.am
parent3fb93b089cd890aadc043c79c7926682b23392bf (diff)
downloaddpkg-93a8d7423561f90559a00a760945e529a5e6e414.tar.gz
build: Switch to use libtool for the static libraries
This makes it possible to embed libcompat inside libdpkg, so that the static library that we ship is self contained with the required compatibility code, specifically the MD5 functions. This also prepares the build system for when we start building a shared library, although it disables it by default. Closes: #746122
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bdfb41700..3c4cc6949 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,8 +10,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/lib
LDADD = \
- ../lib/dpkg/libdpkg.a \
- ../lib/compat/libcompat.a \
+ ../lib/dpkg/libdpkg.la \
$(LIBINTL)