summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavroyanopoulos <nmav@php.net>2000-10-11 20:32:04 +0000
committerNikos Mavroyanopoulos <nmav@php.net>2000-10-11 20:32:04 +0000
commit3156be3fa6111b93ccd97c3c8be1ddde31d7d526 (patch)
treeeac3348d136f21ca81c303d8425c65cac4314eef
parent68683825add95518bbd580e1bc5454a45dc88764 (diff)
downloadphp-git-3156be3fa6111b93ccd97c3c8be1ddde31d7d526.tar.gz
fixed some includes and removed an unneeded file.
-rw-r--r--ext/ovrimos/libs.mk7
-rw-r--r--ext/ovrimos/ovrimos.c2
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>