diff options
Diffstat (limited to 'ext/oracle/Makefile.am')
| -rw-r--r-- | ext/oracle/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oracle/Makefile.am b/ext/oracle/Makefile.am index 503d31a8de..f5becaea9a 100644 --- a/ext/oracle/Makefile.am +++ b/ext/oracle/Makefile.am @@ -1,5 +1,5 @@ # $Id$ INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend -noinst_LIBRARIES=libphpext_oracle.a -libphpext_oracle_a_SOURCES=oracle.c +noinst_LTLIBRARIES=libphpext_oracle.la +libphpext_oracle_la_SOURCES=oracle.c |
