summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-12-04 00:28:36 +0000
committerfoobar <sniper@php.net>2001-12-04 00:28:36 +0000
commit9c462b0d01834fc569a98a860db2c829d2c3f465 (patch)
tree6c456e0d0dd8850ab9d1e0b32d2aa644c64417ca /ext/pdf
parentc247b8081e9945b7b084ae4b6fac95aa373a80fb (diff)
downloadphp-git-9c462b0d01834fc569a98a860db2c829d2c3f465.tar.gz
typo fix
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/Makefile.in b/ext/pdf/Makefile.in
index 031870f807..bec4579615 100644
--- a/ext/pdf/Makefile.in
+++ b/ext/pdf/Makefile.in
@@ -2,6 +2,6 @@
LTLIBRARY_NAME = libpdf.la
LTLIBRARY_SOURCES = pdf.c
LTLIBRARY_SHARED_NAME = pdf.la
-LTLIBRARY_SHARED_LIBADD = $(PDFLIB_SHARED_LIBBADD)
+LTLIBRARY_SHARED_LIBADD = $(PDFLIB_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk