mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
7 lines
176 B
Makefile
7 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
|