summaryrefslogtreecommitdiff
path: root/ext/pfpro
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/pfpro
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/pfpro')
-rw-r--r--ext/pfpro/Makefile.in8
-rw-r--r--ext/pfpro/config.m42
2 files changed, 1 insertions, 9 deletions
diff --git a/ext/pfpro/Makefile.in b/ext/pfpro/Makefile.in
deleted file mode 100644
index cbe71b99dc..0000000000
--- a/ext/pfpro/Makefile.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libpfpro.la
-LTLIBRARY_SOURCES = pfpro.c
-LTLIBRARY_SHARED_NAME = pfpro.la
-LTLIBRARY_SHARED_LIBADD = $(PFPRO_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/pfpro/config.m4 b/ext/pfpro/config.m4
index 9d25a0a34e..310bb1ff04 100644
--- a/ext/pfpro/config.m4
+++ b/ext/pfpro/config.m4
@@ -60,5 +60,5 @@ if test "$PHP_PFPRO" != "no"; then
AC_DEFINE(HAVE_PFPRO, 1, [ ])
- PHP_EXTENSION(pfpro, $ext_shared)
+ PHP_NEW_EXTENSION(pfpro, pfpro.c, $ext_shared)
fi