diff options
author | Guillem Jover <guillem@debian.org> | 2014-05-12 07:33:56 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-05-17 09:29:09 +0200 |
commit | 93a8d7423561f90559a00a760945e529a5e6e414 (patch) | |
tree | f09bf59fa6c55315a79e3d809c670a8e884daa53 /dpkg-split/Makefile.am | |
parent | 3fb93b089cd890aadc043c79c7926682b23392bf (diff) | |
download | dpkg-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 'dpkg-split/Makefile.am')
-rw-r--r-- | dpkg-split/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dpkg-split/Makefile.am b/dpkg-split/Makefile.am index f186303cf..3db848d36 100644 --- a/dpkg-split/Makefile.am +++ b/dpkg-split/Makefile.am @@ -20,8 +20,7 @@ dpkg_split_SOURCES = \ split.c dpkg_split_LDADD = \ - ../lib/dpkg/libdpkg.a \ - ../lib/compat/libcompat.a \ + ../lib/dpkg/libdpkg.la \ $(LIBINTL) install-data-local: |