diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ffaceb0..8930c01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,12 +85,11 @@ libgpg_error_la_LDFLAGS = $(gpg_error_res_ldflag) -version-info \ $(no_undefined) $(export_symbols) libgpg_error_la_SOURCES = gpg-error.h gettext.h \ - strsource.c strerror.c code-to-errno.c code-from-errno.c - + init.c strsource.c strerror.c code-to-errno.c code-from-errno.c +libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" libgpg_error_la_LIBADD = @LTLIBINTL@ gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c -gpg_error_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" gpg_error_LDADD = ./libgpg-error.la err-sources.h: Makefile mkstrtable.awk err-sources.h.in |