summaryrefslogtreecommitdiffstats
path: root/libuniname
diff options
context:
space:
mode:
Diffstat (limited to 'libuniname')
-rw-r--r--libuniname/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libuniname/Makefile.in b/libuniname/Makefile.in
index 4e0c8d5..bd9d9d7 100644
--- a/libuniname/Makefile.in
+++ b/libuniname/Makefile.in
@@ -107,6 +107,7 @@ LD = @LD@
LEX = @LEX@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIB = @LIB@
+LIBEXPAT = @LIBEXPAT@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
@@ -114,6 +115,7 @@ LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTALLOCA = @LTALLOCA@
LTLIB = @LTLIB@
+LTLIBEXPAT = @LTLIBEXPAT@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
@@ -153,7 +155,7 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) $(SHELL)
noinst_PROGRAMS = test-names
test_names_LDADD = libuniname.a ../lib/libgettextlib.la
-EXTRA_DIST = gen-uninames UnicodeDataNames.txt
+EXTRA_DIST = $(TESTS) gen-uninames UnicodeDataNames.txt
subdir = libuniname
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h