diff options
author | Werner Koch <wk@gnupg.org> | 2006-11-30 14:24:45 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-11-30 14:24:45 +0000 |
commit | e45252cc5a7eb85734848ccba12756710e6b0edb (patch) | |
tree | b9ae43c9a32db82e0d357294f7baa627b9826d0b /src | |
parent | 8d63c613ffc6e543bd7c26d91ea9c5c790125b4c (diff) | |
download | libgpg-error-e45252cc5a7eb85734848ccba12756710e6b0edb.tar.gz |
Removed included gettext and updated latest gettext
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dd77b89..c0f8fc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,11 +92,11 @@ libgpg_error_la_LDFLAGS = $(gpg_error_res_ldflag) -version-info \ libgpg_error_la_SOURCES = gpg-error.h gettext.h $(arch_sources) \ init.c strsource.c strerror.c code-to-errno.c code-from-errno.c -libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I../intl +libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" libgpg_error_la_LIBADD = $(intllibs) gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c $(arch_sources) -gpg_error_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I../intl +gpg_error_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" gpg_error_LDADD = ./libgpg-error.la @LTLIBINTL@ err-sources.h: Makefile mkstrtable.awk err-sources.h.in |