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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | jnlib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |