summaryrefslogtreecommitdiff
path: root/ext/gettext/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gettext/Makefile.in')
-rw-r--r--ext/gettext/Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/gettext/Makefile.in b/ext/gettext/Makefile.in
new file mode 100644
index 0000000000..40597fa92d
--- /dev/null
+++ b/ext/gettext/Makefile.in
@@ -0,0 +1,11 @@
+
+
+DEPTH = ../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libgettext.la
+LTLIBRARY_SOURCES = gettext.c
+
+include $(topsrcdir)/build/ltlib.mk