diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile.in | 4 | ||||
l--------- | intl/libintl.h | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 35fb837..fb112fe 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -79,7 +79,7 @@ DISTFILES.gettext = libintl.glibc intlh.inst.in .c.lo: $(LIBTOOL) --mode=compile $(COMPILE) $< -INCLUDES = -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib -I$(top_srcdir)/include/sane +INCLUDES = -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib -I$(top_srcdir)/include all: all-@USE_INCLUDED_LIBINTL@ @@ -150,7 +150,7 @@ uninstall: info dvi: -$(OBJECTS): ../include/sane/config.h libgettext.h +$(OBJECTS): ../include/config.h libgettext.h bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h diff --git a/intl/libintl.h b/intl/libintl.h new file mode 120000 index 0000000..d783e7b --- /dev/null +++ b/intl/libintl.h @@ -0,0 +1 @@ +.././intl/libgettext.h
\ No newline at end of file |