diff options
author | David Shaw <dshaw@jabberwocky.com> | 2006-12-13 20:48:31 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2006-12-13 20:48:31 +0100 |
commit | b26e95cf703ad8697890d3fedc51e2ea55ff94b9 (patch) | |
tree | 2e1c7026c2471a3a4cc3610f89a129fff3804b36 /common | |
parent | Added missing files. (diff) | |
download | gnupg2-b26e95cf703ad8697890d3fedc51e2ea55ff94b9.tar.xz gnupg2-b26e95cf703ad8697890d3fedc51e2ea55ff94b9.zip |
Some build fixes for platforms like OSX where we use the built-in libintl.
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog | 5 | ||||
-rw-r--r-- | common/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 141838a9c..6e7fa6c00 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,8 @@ +2006-12-13 David Shaw <dshaw@jabberwocky.com> + + * Makefile.am (AM_CPPFLAGS): Include intl/ so we can reference the + built-in headers. + 2006-11-23 Werner Koch <wk@g10code.com> * http.c: Include i18n.h diff --git a/common/Makefile.am b/common/Makefile.am index 57056de3b..f2b28c45c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -24,7 +24,7 @@ noinst_LIBRARIES = libcommon.a libcommonpth.a libsimple-pwquery.a libgpgrl.a noinst_PROGRAMS = $(module_tests) TESTS = $(module_tests) -AM_CPPFLAGS = -I$(top_srcdir)/gl +AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) |