mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
1aba4ea9d0
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why?
11 lines
185 B
Makefile
11 lines
185 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = librecode.la
|
|
LTLIBRARY_SOURCES = recode.c
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|