/soc/2012/sanket/statscollector-2.x.y: 3960145199a8: Add the plu...

Sanket Agarwal sanket at soc.pidgin.im
Tue Jul 10 00:36:21 EDT 2012


Changeset: 3960145199a8f33f04beaf914f49fd6249d4aaaa
Author:	 Sanket Agarwal <sanket at soc.pidgin.im>
Date:	 2012-05-12 09:00 +0000
Branch:	 soc.2012.statscollector
URL: http://hg.pidgin.im/soc/2012/sanket/statscollector-2.x.y/rev/3960145199a8

Description:

Add the plugin to the Makefile so that plugin is installed using `make install'

diffstat:

 pidgin/plugins/Makefile.am |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (35 lines):

diff --git a/pidgin/plugins/Makefile.am b/pidgin/plugins/Makefile.am
--- a/pidgin/plugins/Makefile.am
+++ b/pidgin/plugins/Makefile.am
@@ -44,6 +44,7 @@
 relnot_la_LDFLAGS           = -module -avoid-version
 sendbutton_la_LDFLAGS       = -module -avoid-version
 spellchk_la_LDFLAGS         = -module -avoid-version
+statscollector_la_LDFLAGS 	= -module -avoid-version
 themeedit_la_LDFLAGS        = -module -avoid-version
 timestamp_la_LDFLAGS        = -module -avoid-version
 timestamp_format_la_LDFLAGS = -module -avoid-version
@@ -64,6 +65,7 @@
 	relnot.la           \
 	sendbutton.la       \
 	spellchk.la         \
+	statscollector.la 	\
 	themeedit.la         \
 	timestamp.la        \
 	timestamp_format.la \
@@ -90,6 +92,7 @@
 relnot_la_SOURCES           = relnot.c
 sendbutton_la_SOURCES       = sendbutton.c
 spellchk_la_SOURCES         = spellchk.c
+statscollector_la_SOURCES 	= statscollector.c
 themeedit_la_SOURCES        = themeedit.c themeedit-icon.c themeedit-icon.h
 timestamp_la_SOURCES        = timestamp.c
 timestamp_format_la_SOURCES = timestamp_format.c
@@ -109,6 +112,7 @@
 relnot_la_LIBADD            = $(GLIB_LIBS)
 sendbutton_la_LIBADD        = $(GTK_LIBS)
 spellchk_la_LIBADD          = $(GTK_LIBS)
+statscollector_la_LIBADD 	= $(GTK_LIBS)
 themeedit_la_LIBADD         = $(GTK_LIBS)
 timestamp_la_LIBADD         = $(GTK_LIBS)
 timestamp_format_la_LIBADD  = $(GTK_LIBS)



More information about the Commits mailing list