mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
8 lines
176 B
Makefile
8 lines
176 B
Makefile
|
|
LTLIBRARY_NAME = libswf.la
|
|
LTLIBRARY_SOURCES = swf.c
|
|
LTLIBRARY_SHARED_NAME = swf.la
|
|
LTLIBRARY_SHARED_LIBADD = $(SWF_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|