summaryrefslogtreecommitdiffstats
path: root/jnlib
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-12-19 19:28:36 +0100
committerWerner Koch <wk@gnupg.org>2000-12-19 19:28:36 +0100
commit613c15be887013b20ba98396768508e92424f123 (patch)
treeb46e67687ed78d9b8cd01ad64dc727ecbc68afb4 /jnlib
parentRemoved libgcrypt doc files (diff)
downloadgnupg2-613c15be887013b20ba98396768508e92424f123.tar.xz
gnupg2-613c15be887013b20ba98396768508e92424f123.zip
Removed the libgcrypt stuff and started to modify the source to work with
that external library.
Diffstat (limited to 'jnlib')
-rw-r--r--jnlib/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am
index 9779caefb..b1d3ed9f0 100644
--- a/jnlib/Makefile.am
+++ b/jnlib/Makefile.am
@@ -5,11 +5,10 @@ EXTRA_DIST = README xmalloc.c xmalloc.h logging.c logging.h
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
-noinst_LTLIBRARIES = libjnlib.la
+noinst_LIBRARIES = libjnlib.a
-libjnlib_la_LDFLAGS =
-libjnlib_la_SOURCES = libjnlib-config.h \
+libjnlib_a_SOURCES = libjnlib-config.h \
argparse.c argparse.h \
stringhelp.c stringhelp.h \
dotlock.c dotlock.h \