summaryrefslogtreecommitdiffstats
path: root/gnulib-local/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-01 02:07:02 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:39 +0200
commitec7f6e16390c811d16562caeadaf38fda2cd0333 (patch)
tree1a8d3f1ae8cfd1064f8dc041d15982c31f8c9e8c /gnulib-local/modules
parent2a396ab31e9e9efb78e58e6193264b878b0e482a (diff)
downloadexternal_gettext-ec7f6e16390c811d16562caeadaf38fda2cd0333.zip
external_gettext-ec7f6e16390c811d16562caeadaf38fda2cd0333.tar.gz
external_gettext-ec7f6e16390c811d16562caeadaf38fda2cd0333.tar.bz2
copy-file.c now needs $(LIB_ACL).
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r--gnulib-local/modules/gettext-tools-misc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc
index 9019add..609c7e4 100644
--- a/gnulib-local/modules/gettext-tools-misc
+++ b/gnulib-local/modules/gettext-tools-misc
@@ -17,9 +17,10 @@ lib_LTLIBRARIES = libgettextlib.la
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
+# Need @LIB_ACL@ because copy-file.c uses acl.h.
lib_LDFLAGS += \
-release @VERSION@ \
- @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@
+ @LTLIBINTL@ @LTLIBICONV@ @LIBACL@ -lc @LTNOUNDEF@
# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL