]> granicus.if.org Git - php/commitdiff
fixed some includes and removed an unneeded file.
authorNikos Mavroyanopoulos <nmav@php.net>
Wed, 11 Oct 2000 20:32:04 +0000 (20:32 +0000)
committerNikos Mavroyanopoulos <nmav@php.net>
Wed, 11 Oct 2000 20:32:04 +0000 (20:32 +0000)
ext/ovrimos/libs.mk [deleted file]
ext/ovrimos/ovrimos.c

diff --git a/ext/ovrimos/libs.mk b/ext/ovrimos/libs.mk
deleted file mode 100644 (file)
index a407f2e..0000000
+++ /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)
index 8cf6e364f807b1219191619d71835443a26ec3a3..c372b70d057ef84d6f33fb448b4f83e25fad42eb 100644 (file)
@@ -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>