mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
|
|
LTLIBRARY_NAME = libpcre.la
|
|
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c
|
|
|
|
EXTRA_INCLUDES = -DSUPPORT_UTF8
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|