mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
453a4ae985
see example1 for whats possible right now
9 lines
239 B
Makefile
9 lines
239 B
Makefile
# $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
|