mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
7 lines
194 B
Makefile
7 lines
194 B
Makefile
|
|
LTLIBRARY_NAME = libreadline.la
|
|
LTLIBRARY_SOURCES = readline.c
|
|
LTLIBRARY_SHARED_NAME = readline.la
|
|
LTLIBRARY_SHARED_LIBADD = $(READLINE_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|