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.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/gettext/Makefile.in b/ext/gettext/Makefile.in
deleted file mode 100644
index 522c367c4d..0000000000
--- a/ext/gettext/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libgettext.la
-LTLIBRARY_SOURCES = gettext.c
-LTLIBRARY_SHARED_NAME = gettext.la
-LTLIBRARY_SHARED_LIBADD = $(GETTEXT_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk