mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
04d7c9815f
Developing using aegis and just checking in baseline from time to time See samjam@php.net for questions
8 lines
208 B
Makefile
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
|