diff options
| -rw-r--r-- | ext/ovrimos/libs.mk | 7 | ||||
| -rw-r--r-- | ext/ovrimos/ovrimos.c | 2 | 
2 files changed, 1 insertions, 8 deletions
| diff --git a/ext/ovrimos/libs.mk b/ext/ovrimos/libs.mk deleted file mode 100644 index a407f2e49e..0000000000 --- a/ext/ovrimos/libs.mk +++ /dev/null @@ -1,7 +0,0 @@ -LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X) -LTLIBRARY_SHARED_OBJECTS = $(LTLIBRARY_OBJECTS:.lo=.slo) -$(LTLIBRARY_SHARED_NAME): $(LTLIBRARY_SHARED_OBJECTS) $(LTLIBRARY_DEPENDENCIES) -	$(SHARED_LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@ -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD) -	$(SHARED_LIBTOOL) --mode=install cp $@ $(phplibdir) - -targets = $(LTLIBRARY_SHARED_NAME) diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c index 8cf6e364f8..c372b70d05 100644 --- a/ext/ovrimos/ovrimos.c +++ b/ext/ovrimos/ovrimos.c @@ -6,7 +6,7 @@  #include <php.h>  #include <php_globals.h>  #include <zend_API.h> -/* #include "ext/standard/php3_standard.h" */ +#include "ext/standard/php_standard.h"  #include "ext/standard/info.h"  #include <sqlcli.h> | 
