php-src/ext/muscat/Makefile.in
Sam Liddicott 04d7c9815f First checkin of muscat/empower module; been using it here for some time
Developing using aegis and just checking in baseline from time to time

See samjam@php.net for questions
2001-01-18 13:21:34 +00:00

8 lines
208 B
Makefile

LTLIBRARY_NAME = libmuscat.la
LTLIBRARY_SOURCES = muscat.c muscat_net.c
LTLIBRARY_SHARED_NAME = muscat.la
LTLIBRARY_SHARED_LIBADD = $(MUSCAT_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk