summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
-rw-r--r--bootstrap.conf2
2 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 427910c..d0f4a11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,14 @@ SUBDIRS = po
bin_PROGRAMS = hello
hello_SOURCES = src/hello.c src/system.h
-hello_LDADD = $(LIBINTL) $(top_builddir)/lib/lib$(PACKAGE).a
+hello_LDADD = $(top_builddir)/lib/lib$(PACKAGE).a \
+ $(HARD_LOCALE_LIB) \
+ $(LIBC32CONV) \
+ $(LIBICONV) \
+ $(LIBINTL) \
+ $(LIBUNISTRING) \
+ $(MBRTOWC_LIB) \
+ $(SETLOCALE_NULL_LIB)
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
diff --git a/bootstrap.conf b/bootstrap.conf
index a8fdd41..4a81c79 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -26,7 +26,7 @@ gnulib_modules="
error
gendocs
getopt-gnu
- gettext
+ gettext-h
gitlog-to-changelog
gnu-web-doc-update
gnupload