diff options
author | Werner Koch <[email protected]> | 2006-07-27 14:18:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-07-27 14:18:55 +0000 |
commit | de5070caf07854852a36722a0d85453cbbc93c84 (patch) | |
tree | 39ae89adce5a02311686d4b86bedc1e05b9fbaca /g10/Makefile.am | |
parent | Create bag attributes so that Mozilla will accept these files. (diff) | |
download | gnupg-1.9.22.tar.gz gnupg-1.9.22.zip |
Preparing a new releasegnupg-1.9.22
Diffstat (limited to '')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index fb54dd9f0..a9847cfa7 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -27,7 +27,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \ include $(top_srcdir)/am/cmacros.am -AM_CFLAGS = $(LIBGCRYPT_CFLAGS) -Wno-pointer-sign +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) needed_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a |