diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9c1f30e..1b346fd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,6 +16,7 @@ noinst_LIBRARIES = libgnu.a libgnu_a_SOURCES = libgnu_a_LIBADD = @LIBOBJS@ +AM_CPPFLAGS = noinst_HEADERS = EXTRA_DIST = BUILT_SOURCES = @@ -85,6 +86,12 @@ MOSTLYCLEANFILES += getopt.h getopt.h-t ## end gnulib module getopt +## begin gnulib module gettext + +AM_CPPFLAGS += -I$(top_builddir)/intl + +## end gnulib module gettext + ## begin gnulib module gettext-h libgnu_a_SOURCES += gettext.h |