summaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2011-05-04 22:44:12 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2011-05-04 22:44:12 +0000
commitfd3e80fb30194c7c5dc4e8069852559ab054b204 (patch)
treeb949e42c911fbaa52b2f9ab8a2a26b569da30a78 /config.m4
parentd994b724f319f04948f6ae3ec2f43723132f7df3 (diff)
- added makefile fragment to automatically compile and install filter modules with the extension
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@337 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'config.m4')
-rw-r--r--config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index 8f4cd3c..c63340b 100644
--- a/config.m4
+++ b/config.m4
@@ -45,4 +45,5 @@ if test "$PHP_IMLIB" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH(ltdl, /usr/lib, IMLIB_SHARED_LIBADD)
PHP_SUBST(IMLIB_SHARED_LIBADD)
PHP_NEW_EXTENSION(imlib, php_imlib.c, $ext_shared)
+ PHP_ADD_MAKEFILE_FRAGMENT()
fi