mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
Some build fixes for platforms like OSX where we use the built-in libintl.
This commit is contained in:
parent
02a2e26489
commit
b26e95cf70
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-12-13 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am (gpgsplit_LDADD): Link to LIBINTL if we're using the
|
||||
built-in code.
|
||||
|
||||
2006-12-07 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Link to iconv for jnlib dependency.
|
||||
|
@ -55,7 +55,7 @@ common_libs = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a
|
||||
pwquery_libs = ../common/libsimple-pwquery.a
|
||||
|
||||
gpgsplit_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
||||
$(ZLIBS) $(LIBICONV)
|
||||
$(ZLIBS) $(LIBINTL) $(LIBICONV)
|
||||
|
||||
gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user