From: Nikos Mavroyanopoulos Date: Wed, 11 Oct 2000 20:32:04 +0000 (+0000) Subject: fixed some includes and removed an unneeded file. X-Git-Tag: php-4.0.4RC3~714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3156be3fa6111b93ccd97c3c8be1ddde31d7d526;p=php fixed some includes and removed an unneeded file. --- 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 #include #include -/* #include "ext/standard/php3_standard.h" */ +#include "ext/standard/php_standard.h" #include "ext/standard/info.h" #include