mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
4c21de658f
the PDF files now tell that they are generated by the PHP binding.
9 lines
222 B
Makefile
9 lines
222 B
Makefile
|
|
LTLIBRARY_NAME = libpdf.la
|
|
LTLIBRARY_SOURCES = pdf.c
|
|
LTLIBRARY_SHARED_NAME = libpdf_php.la
|
|
PDFLIB_SHARED_LIBBADD = -lpdf
|
|
LTLIBRARY_SHARED_LIBADD = $(PDFLIB_SHARED_LIBBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|