diff options
Diffstat (limited to 'libidn')
-rw-r--r-- | libidn/ChangeLog | 4 | ||||
-rw-r--r-- | libidn/Makefile | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/libidn/ChangeLog b/libidn/ChangeLog index d011b948cc..b5df17cf5c 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,7 @@ +2004-03-12 Ulrich Drepper <drepper@redhat.com> + + * Makefile (libcidn-inhibit-o): Define. We need no archive. + 2004-03-08 Simon Josefsson <jas@extundo.com> * toutf8.c: Update to latest libidn version. diff --git a/libidn/Makefile b/libidn/Makefile index 64a0b23590..8e8759bdcc 100644 --- a/libidn/Makefile +++ b/libidn/Makefile @@ -29,6 +29,11 @@ extra-libs-others = $(extra-libs) libcidn-routines := punycode toutf8 nfkc stringprep rfc3454 profiles idna + +include ../Makeconfig + +libcidn-inhibit-o = $(filter-out .os,$(object-suffixes)) + include ../Rules $(objpfx)libcidn.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a |