summaryrefslogtreecommitdiff
path: root/ext/exif
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/exif
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/Makefile.in7
-rw-r--r--ext/exif/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/exif/Makefile.in b/ext/exif/Makefile.in
deleted file mode 100644
index cfac66a574..0000000000
--- a/ext/exif/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libexif.la
-LTLIBRARY_SOURCES = exif.c
-LTLIBRARY_SHARED_NAME = exif.la
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4
index 128d74be73..f1fcced897 100644
--- a/ext/exif/config.m4
+++ b/ext/exif/config.m4
@@ -7,5 +7,5 @@ PHP_ARG_ENABLE(exif, whether to enable EXIF support,
if test "$PHP_EXIF" != "no"; then
AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
- PHP_EXTENSION(exif, $ext_shared)
+ PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
fi