diff options
author | Werner Koch <[email protected]> | 2008-11-04 19:54:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-11-04 19:54:02 +0000 |
commit | 75c0534820958f69731dc3e07d839ad7e18474a4 (patch) | |
tree | bb81e738e6c59c488e706d515060ca4b5b3ea62f /jnlib/Makefile.am | |
parent | Fixed the card removed with cached app bug. (Famous last fix). (diff) | |
download | gnupg-75c0534820958f69731dc3e07d839ad7e18474a4.tar.gz gnupg-75c0534820958f69731dc3e07d839ad7e18474a4.zip |
Revamped the W32 gettext implementation.
Diffstat (limited to '')
-rw-r--r-- | jnlib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am index 9f79335b5..c6d0b3a85 100644 --- a/jnlib/Makefile.am +++ b/jnlib/Makefile.am @@ -27,7 +27,7 @@ TESTS = $(module_tests) AM_CPPFLAGS = -I$(top_srcdir)/intl # We need libgcrypt because libjnlib-config includes gcrypt.h -AM_CFLAGS = $(LIBGCRYPT_CFLAGS) +AM_CFLAGS = -DJNLIB_IN_JNLIB $(LIBGCRYPT_CFLAGS) noinst_LIBRARIES = libjnlib.a |