aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-02-12 17:57:34 +0000
committerMarcus Brinkmann <[email protected]>2002-02-12 17:57:34 +0000
commit7ee386958f087a2970e710ab6ce5e31f38d71095 (patch)
treee441ce3a482cc5aaf463f141b9b0760aa5034b1e
parent2002-02-10 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-7ee386958f087a2970e710ab6ce5e31f38d71095.tar.gz
gpgme-7ee386958f087a2970e710ab6ce5e31f38d71095.zip
Reverting last change.
-rw-r--r--jnlib/Makefile.am17
1 files changed, 7 insertions, 10 deletions
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am
index 515a49a6..1049f3c2 100644
--- a/jnlib/Makefile.am
+++ b/jnlib/Makefile.am
@@ -26,14 +26,11 @@ noinst_LIBRARIES = libjnlib.a
#libjnlib_a_LDFLAGS =
-libjnlib_a_SOURCES = \
- libjnlib-config.h \
- stringhelp.c stringhelp.h \
- strlist.c strlist.h \
- argparse.c argparse.h \
- logging.c logging.h \
- dotlock.c dotlock.h \
- types.h mischelp.h
-
-# xmalloc.c xmalloc.h
+libjnlib_a_SOURCES = libjnlib-config.h \
+ xmalloc.c xmalloc.h \
+ stringhelp.c stringhelp.h \
+ argparse.c argparse.h \
+ logging.c logging.h \
+ types.h mischelp.h
+