1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/recode/Makefile.in
2000-05-23 23:30:38 +00:00

8 lines
186 B
Makefile

LTLIBRARY_NAME = librecode.la
LTLIBRARY_SOURCES = recode.c
LTLIBRARY_SHARED_NAME = recode.la
LTLIBRARY_SHARED_LIBADD = $(RECODE_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk