1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00
Files
archived-php-src/ext/ctype/Makefile.in
2000-11-22 01:00:44 +00:00

9 lines
198 B
Makefile

# $Id$
LTLIBRARY_NAME = libctype.la
LTLIBRARY_SOURCES = ctype.c
LTLIBRARY_SHARED_NAME = ctype.la
LTLIBRARY_SHARED_LIBADD = $(CTYPE_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk