summaryrefslogtreecommitdiff
path: root/ext/sysvsem
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvsem')
-rw-r--r--ext/sysvsem/Makefile.in6
-rw-r--r--ext/sysvsem/config.m42
2 files changed, 1 insertions, 7 deletions
diff --git a/ext/sysvsem/Makefile.in b/ext/sysvsem/Makefile.in
deleted file mode 100644
index e5578288d7..0000000000
--- a/ext/sysvsem/Makefile.in
+++ /dev/null
@@ -1,6 +0,0 @@
-
-LTLIBRARY_NAME = libsysvsem.la
-LTLIBRARY_SOURCES = sysvsem.c
-LTLIBRARY_SHARED_NAME = sysvsem.la
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/sysvsem/config.m4 b/ext/sysvsem/config.m4
index 7900565361..0b635d6dde 100644
--- a/ext/sysvsem/config.m4
+++ b/ext/sysvsem/config.m4
@@ -6,7 +6,7 @@ PHP_ARG_ENABLE(sysvsem,whether to enable System V semaphore support,
[ --enable-sysvsem Enable System V semaphore support.])
if test "$PHP_SYSVSEM" != "no"; then
- PHP_EXTENSION(sysvsem, $ext_shared)
+ PHP_NEW_EXTENSION(sysvsem, sysvsem.c, $ext_shared)
AC_DEFINE(HAVE_SYSVSEM, 1, [ ])
AC_CACHE_CHECK(for union semun,php_cv_semun,
AC_TRY_COMPILE([