mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
ea0f4078b5
@ names have also changed accordingly, functionality, has stayed @ constant. (Sterling)
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libzip.la
|
|
LTLIBRARY_SOURCES = zip.c
|
|
LTLIBRARY_SHARED_NAME = zip.la
|
|
LTLIBRARY_SHARED_LIBADD = $(ZIP_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|