/soc/2012/sanket/statscollector-2.x.y: 823043a146d5: Add statsco...

Sanket Agarwal sanket at soc.pidgin.im
Fri Apr 5 02:19:09 EDT 2013


Changeset: 823043a146d5c0548002e6fafccb754ae6addd99
Author:	 Sanket Agarwal <sanket at soc.pidgin.im>
Date:	 2013-04-04 22:19 +0530
Branch:	 soc.2012.statscollector
URL: https://hg.pidgin.im/soc/2012/sanket/statscollector-2.x.y/rev/823043a146d5

Description:

Add statscollector as a target in libpurple plugins.

diffstat:

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

diffs (35 lines):

diff --git a/libpurple/plugins/Makefile.am b/libpurple/plugins/Makefile.am
--- a/libpurple/plugins/Makefile.am
+++ b/libpurple/plugins/Makefile.am
@@ -42,6 +42,7 @@ psychic_la_LDFLAGS          = -module -a
 signals_test_la_LDFLAGS		= -module -avoid-version
 simple_la_LDFLAGS			= -module -avoid-version
 statenotify_la_LDFLAGS      = -module -avoid-version
+statscollector_la_LDFLAGS   = -module -avoid-version
 
 # this can't be in a conditional otherwise automake 1.4 yells
 dbus_example_la_LDFLAGS     = -module -avoid-version
@@ -58,6 +59,7 @@ plugin_LTLIBRARIES = \
 	offlinemsg.la       \
 	psychic.la          \
 	statenotify.la      \
+        statscollector.la   \
 	$(DBUS_LTLIB)
 
 noinst_LTLIBRARIES = \
@@ -89,6 +91,7 @@ psychic_la_SOURCES          = psychic.c
 signals_test_la_SOURCES		= signals-test.c
 simple_la_SOURCES			= simple.c
 statenotify_la_SOURCES      = statenotify.c
+statscollector_la_SOURCES   = statscollector.c
 
 autoaccept_la_LIBADD        = $(GLIB_LIBS)
 buddynote_la_LIBADD         = $(GLIB_LIBS)
@@ -106,6 +109,7 @@ psychic_la_LIBADD           = $(GLIB_LIB
 signals_test_la_LIBADD		= $(GLIB_LIBS)
 simple_la_LIBADD			= $(GLIB_LIBS)
 statenotify_la_LIBADD       = $(GLIB_LIBS)
+statscollector_la_LIBADD    = $(GLIB_LIBS)
 
 if ENABLE_DBUS
 



More information about the Commits mailing list