summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/pdf
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/Makefile.in7
-rw-r--r--ext/pdf/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/pdf/Makefile.in b/ext/pdf/Makefile.in
deleted file mode 100644
index bec4579615..0000000000
--- a/ext/pdf/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libpdf.la
-LTLIBRARY_SOURCES = pdf.c
-LTLIBRARY_SHARED_NAME = pdf.la
-LTLIBRARY_SHARED_LIBADD = $(PDFLIB_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4
index 1b13b86847..a41bffb235 100644
--- a/ext/pdf/config.m4
+++ b/ext/pdf/config.m4
@@ -7,7 +7,7 @@ PHP_ARG_WITH(pdflib,for PDFlib support,
if test "$PHP_PDFLIB" != "no"; then
- PHP_EXTENSION(pdf, $ext_shared)
+ PHP_NEW_EXTENSION(pdf, pdf.c, $ext_shared)
PHP_SUBST(PDFLIB_SHARED_LIBADD)
dnl #