summaryrefslogtreecommitdiff
path: root/ext/ncurses/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ncurses/Makefile.in')
-rw-r--r--ext/ncurses/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/ncurses/Makefile.in b/ext/ncurses/Makefile.in
new file mode 100644
index 0000000000..359ed0f423
--- /dev/null
+++ b/ext/ncurses/Makefile.in
@@ -0,0 +1,8 @@
+# $Id$
+
+LTLIBRARY_NAME = libncurses.la
+LTLIBRARY_SOURCES = ncurses.c ncurses_fe.c ncurses_functions.c
+LTLIBRARY_SHARED_NAME = ncurses.la
+LTLIBRARY_SHARED_LIBADD = $(NCURSES_SHARED_LIBADD)
+
+include $(top_srcdir)/build/dynlib.mk