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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |