org.guifications.plugins.smartear: 7aa3f08f27c31ae302f255a02602610de17127f7
grim at guifications.org
grim at guifications.org
Mon Mar 24 00:45:07 CDT 2008
-----------------------------------------------------------------
Revision: 7aa3f08f27c31ae302f255a02602610de17127f7
Ancestor: 08196b1967d2adfd5d764cbe6304164472c733b4
Author: grim at guifications.org
Date: 2008-03-24T05:24:40
Branch: org.guifications.plugins.smartear
Modified files:
m4/pluginpack.m4
ChangeLog:
Allow multiple plugin types in the same directory to work...
Do we really want this? The configure output looks confusing seeing smartear under purple, pidgin, and finch...
Maybe we break them into separate directories? ie: smartear, gtksmartear, and gntsmartear?
-----------------------------------------------------------------
This revision's diffstat output:
pluginpack.m4 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------- next part --------------
============================================================
--- m4/pluginpack.m4 013d44a9bd3c420e40ad14a21a070736353b3571
+++ m4/pluginpack.m4 22e5c72f49e9b92b57d5d6fa3ca8ba6dde1a6e80
@@ -64,7 +64,9 @@ AC_DEFUN([AM_BUILD_PLUGIN_LIST],
fi
PP_PURPLE="$PP_PURPLE $base"
- elif test -f "$d/.pidgin-plugin" ; then
+ fi
+
+ if test -f "$d/.pidgin-plugin" ; then
if test -f "$d/.abusive" ; then
PP_PIDGIN_ABUSIVE="$PP_PIDGIN_ABUSIVE $base"
elif test -f "$d/.build" ; then
@@ -76,7 +78,9 @@ AC_DEFUN([AM_BUILD_PLUGIN_LIST],
fi
PP_PIDGIN="$PP_PIDGIN $base"
- elif test -f "$d/.finch-plugin" ; then
+ fi
+
+ if test -f "$d/.finch-plugin" ; then
if test -f "$d/.abusive" ; then
PP_FINCH_ABUSIVE="$PP_FINCH_ABUSIVE $base"
elif test -f "$d/.build" ; then
More information about the Plugins-commits
mailing list