php-src/ext/recode/Makefile.in
Kristian Köhntopp 1aba4ea9d0 - Added additional DEFER macro.
- First stab at porting the recode module. Still having problems
  with the _ex() functions, they core - why?
2000-03-11 22:05:41 +00:00

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