mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
28a441fe02
Submitted by: cech@debian.org
8 lines
197 B
Makefile
8 lines
197 B
Makefile
|
|
LTLIBRARY_NAME = libgd.la
|
|
LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c gdt1.c
|
|
LTLIBRARY_SHARED_NAME = gd.la
|
|
LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|