diff options
Diffstat (limited to 'ext/pdf/Makefile.am')
| -rw-r--r-- | ext/pdf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdf/Makefile.am b/ext/pdf/Makefile.am index 6b4304d337..bbae6167ff 100644 --- a/ext/pdf/Makefile.am +++ b/ext/pdf/Makefile.am @@ -1,6 +1,6 @@ # $Id$ INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend -noinst_LIBRARIES=libphpext_pdf.a -libphpext_pdf_a_SOURCES=pdf.c +noinst_LTLIBRARIES=libphpext_pdf.la +libphpext_pdf_la_SOURCES=pdf.c |
