summaryrefslogtreecommitdiff
path: root/ext/shmop
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop')
-rw-r--r--ext/shmop/Makefile.in8
-rw-r--r--ext/shmop/config.m42
2 files changed, 1 insertions, 9 deletions
diff --git a/ext/shmop/Makefile.in b/ext/shmop/Makefile.in
deleted file mode 100644
index 0748ec799f..0000000000
--- a/ext/shmop/Makefile.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libshmop.la
-LTLIBRARY_SOURCES = shmop.c
-LTLIBRARY_SHARED_NAME = shmop.la
-LTLIBRARY_SHARED_LIBADD = $(SHMOP_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4
index 1a9ca6adad..6c1709d715 100644
--- a/ext/shmop/config.m4
+++ b/ext/shmop/config.m4
@@ -4,5 +4,5 @@ PHP_ARG_ENABLE(shmop, whether to enable shmop support,
if test "$PHP_SHMOP" != "no"; then
AC_DEFINE(HAVE_SHMOP, 1, [ ])
- PHP_EXTENSION(shmop, $ext_shared)
+ PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
fi