diff options
Diffstat (limited to 'ext/pdf')
-rw-r--r-- | ext/pdf/Makefile.in | 7 | ||||
-rw-r--r-- | ext/pdf/config.m4 | 2 |
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 # |