pidgin: 4198c206: Based on some discussion in devel at confer...
deryni at pidgin.im
deryni at pidgin.im
Sat Apr 19 01:21:18 EDT 2008
-----------------------------------------------------------------
Revision: 4198c206c4bbfd889e39d1dd6c7fb19d1630a3f7
Ancestor: 4b6378d5ea4138f0dfc97e3fd75b7026949491b1
Author: deryni at pidgin.im
Date: 2008-04-19T04:59:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4198c206c4bbfd889e39d1dd6c7fb19d1630a3f7
Modified files:
pidgin/plugins/Makefile.am
ChangeLog:
Based on some discussion in devel at conference.pidgin.im build and install the
Send Button plugin by default.
-------------- next part --------------
============================================================
--- pidgin/plugins/Makefile.am a6a955c27568aa62774ad96f77de634d93a574c1
+++ pidgin/plugins/Makefile.am e7914e5794d8faeab41b8e54d575663109a8a9bc
@@ -41,6 +41,7 @@ relnot_la_LDFLAGS = -module -a
notify_la_LDFLAGS = -module -avoid-version
pidginrc_la_LDFLAGS = -module -avoid-version
relnot_la_LDFLAGS = -module -avoid-version
+sendbutton_la_LDFLAGS = -module -avoid-version
spellchk_la_LDFLAGS = -module -avoid-version
timestamp_la_LDFLAGS = -module -avoid-version
timestamp_format_la_LDFLAGS = -module -avoid-version
@@ -58,6 +59,7 @@ plugin_LTLIBRARIES = \
notify.la \
pidginrc.la \
relnot.la \
+ sendbutton.la \
spellchk.la \
timestamp.la \
timestamp_format.la \
@@ -78,6 +80,7 @@ relnot_la_SOURCES = relnot.c
notify_la_SOURCES = notify.c
pidginrc_la_SOURCES = pidginrc.c
relnot_la_SOURCES = relnot.c
+sendbutton_la_SOURCES = sendbutton.c
spellchk_la_SOURCES = spellchk.c
timestamp_la_SOURCES = timestamp.c
timestamp_format_la_SOURCES = timestamp_format.c
@@ -94,6 +97,7 @@ relnot_la_LIBADD = $(GLIB_LIB
notify_la_LIBADD = $(GTK_LIBS)
pidginrc_la_LIBADD = $(GTK_LIBS)
relnot_la_LIBADD = $(GLIB_LIBS)
+sendbutton_la_LIBADD = $(GTK_LIBS)
spellchk_la_LIBADD = $(GTK_LIBS)
timestamp_la_LIBADD = $(GTK_LIBS)
timestamp_format_la_LIBADD = $(GTK_LIBS)
@@ -106,7 +110,6 @@ EXTRA_DIST = \
mailchk.c \
pidgininc.c \
raw.c \
- sendbutton.c \
win32/transparency/Makefile.mingw \
win32/transparency/win2ktrans.c \
win32/winprefs/gtkappbar.c \
More information about the Commits
mailing list