aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extension/ChangeLog5
-rw-r--r--extension/Makefile.am2
-rw-r--r--extension/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 950c6cea..b893ee13 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-17 Corinna Vinschen <vinschen@redhat.com>
+
+ * Makefile.am (MY_LIBS): Use $(LTLIBINTL) since we use libtool,
+ not LIBINTL.
+
2013-04-16 Arnold D. Robbins <arnold@skeeve.com>
* filefuncs.c, fnmatch.c, fork.c, ordchr.c, readdir.c, readfile.c,
diff --git a/extension/Makefile.am b/extension/Makefile.am
index d0484977..b51b6c06 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -47,7 +47,7 @@ pkgextension_LTLIBRARIES = \
MY_MODULE_FLAGS = -module -avoid-version -no-undefined
# on Cygwin, gettext requires that we link with -lintl
-MY_LIBS = $(LIBINTL)
+MY_LIBS = $(LTLIBINTL)
filefuncs_la_SOURCES = filefuncs.c stack.h stack.c gawkfts.h \
gawkfts.c gawkdirfd.h
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 84be8439..1bd4750b 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -502,7 +502,7 @@ pkgextension_LTLIBRARIES = \
MY_MODULE_FLAGS = -module -avoid-version -no-undefined
# on Cygwin, gettext requires that we link with -lintl
-MY_LIBS = $(LIBINTL)
+MY_LIBS = $(LTLIBINTL)
filefuncs_la_SOURCES = filefuncs.c stack.h stack.c gawkfts.h \
gawkfts.c gawkdirfd.h