diff options
author | Werner Koch <[email protected]> | 2002-04-26 12:38:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-26 12:38:27 +0000 |
commit | ffc9f4493280cd1f232901318357c19ff9e9469f (patch) | |
tree | ede3a31eb5c7f6862e5c44e4c1897a5e284c1b14 /jnlib | |
parent | 2002-04-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-ffc9f4493280cd1f232901318357c19ff9e9469f.tar.gz gpgme-ffc9f4493280cd1f232901318357c19ff9e9469f.zip |
* Makefile.am: Create libtool libraries.
* Makefile.am (libgpgme_la_LIBADD): Use libtool libraries.
* Makefile.am: Create libtool libraries
Diffstat (limited to 'jnlib')
-rw-r--r-- | jnlib/ChangeLog | 4 | ||||
-rw-r--r-- | jnlib/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index bf5e6c7e..18200c5d 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,7 @@ +2002-04-26 Werner Koch <[email protected]> + + * Makefile.am: Create libtool libraries. + 2002-04-04 Werner Koch <[email protected]> * logging.c (log_get_prefix): New. diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am index 1049f3c2..fcd3407a 100644 --- a/jnlib/Makefile.am +++ b/jnlib/Makefile.am @@ -22,11 +22,11 @@ EXTRA_DIST = README INCLUDES = -I$(top_srcdir)/intl -noinst_LIBRARIES = libjnlib.a +noinst_LTLIBRARIES = libjnlib.la #libjnlib_a_LDFLAGS = -libjnlib_a_SOURCES = libjnlib-config.h \ +libjnlib_la_SOURCES = libjnlib-config.h \ xmalloc.c xmalloc.h \ stringhelp.c stringhelp.h \ argparse.c argparse.h \ |