summaryrefslogtreecommitdiff
path: root/ext/gmp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/Makefile.in')
-rw-r--r--ext/gmp/Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/gmp/Makefile.in b/ext/gmp/Makefile.in
deleted file mode 100644
index 5a63346585..0000000000
--- a/ext/gmp/Makefile.in
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libgmp.la
-LTLIBRARY_SOURCES = gmp.c
-LTLIBRARY_SHARED_NAME = gmp.la
-LTLIBRARY_LIBADD = $(GMP_LIBADD)
-LTLIBRARY_SHARED_LIBADD = $(GMP_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk