diff options
author | Marcus Brinkmann <[email protected]> | 2006-03-14 12:45:58 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-03-14 12:45:58 +0000 |
commit | 90c37832a280f0899fbb9ecf8701594a67bc7535 (patch) | |
tree | 64acd3293013efd9b44a459898dedc22dde5bb3e | |
parent | GNU gettext is included for systems that do not provide it. (diff) | |
download | libgpg-error-90c37832a280f0899fbb9ecf8701594a67bc7535.tar.gz libgpg-error-90c37832a280f0899fbb9ecf8701594a67bc7535.zip |
Fix last change.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6c5004b..dd77b89 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,7 +92,7 @@ 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)\" +libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I../intl libgpg_error_la_LIBADD = $(intllibs) gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c $(arch_sources) |