aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-08-20 22:42:48 +0000
committerMarcus Brinkmann <[email protected]>2002-08-20 22:42:48 +0000
commit166fbcc9efa34539af29736820df2eae05654f10 (patch)
tree47b7440dfa5009b1a7e00cd238d8f712d1593fc6 /Makefile.am
parentReplaced with a new and faster version. This does not anymore try to (diff)
downloadgpgme-166fbcc9efa34539af29736820df2eae05654f10.tar.gz
gpgme-166fbcc9efa34539af29736820df2eae05654f10.zip
2002-08-21 Marcus Brinkmann <[email protected]>
* Makefile.am (SUBDIRS): Remove jnlib. * configure.ac: Don't check for unsigned short or unsigned long. Don't check for memicmp, strlwr, strtoul, memmove, stricmp. Make stpcpy a replaced function. Don't define HAVE_JNLIB_LOGGING. Don't generate jnlib/Makefile. gpgme/ 2002-08-21 Marcus Brinkmann <[email protected]> * stpcpy.c: New file from gnulib. * Makefile.am (assuan_libobjs): Remove jnlib.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0bf354d0..ab82211c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ else
gpgmeplug =
endif
-SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug}
+SUBDIRS = ${assuan} gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug}
# Fix the version of the spec file and create a file named VERSION
# to be used for patch's Prereq: feature.