soc.2012.statscollector: 4ba48ce4: Add the plugin to the Makefile so that p...

sanket at sanketagarwal.com sanket at sanketagarwal.com
Mon May 14 13:27:58 EDT 2012


----------------------------------------------------------------------
Revision: 4ba48ce4cd83b77d1014f7436b6395c1c992a92e
Parent:   e1aef9411a3de467bf74610ca7b9d0b465458fbc
Author:   sanket at sanketagarwal.com
Date:     05/12/12 05:00:39
Branch:   im.pidgin.soc.2012.statscollector
URL: http://d.pidgin.im/viewmtn/revision/info/4ba48ce4cd83b77d1014f7436b6395c1c992a92e

Changelog: 

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

Changes against parent e1aef9411a3de467bf74610ca7b9d0b465458fbc

  patched  pidgin/plugins/Makefile.am

-------------- next part --------------
============================================================
--- pidgin/plugins/Makefile.am	c114922bf5179a4142e4bde6997002c24783d901
+++ pidgin/plugins/Makefile.am	934028d72f7c1c659daaf1fcbf30c6c3997975a5
@@ -44,6 +44,7 @@ spellchk_la_LDFLAGS         = -module -a
 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
 vvconfig_la_LDFLAGS         = -module -avoid-version
 webkit_la_LDFLAGS           = -module -avoid-version
@@ -63,6 +64,7 @@ plugin_LTLIBRARIES = \
 	relnot.la           \
 	sendbutton.la       \
 	spellchk.la         \
+	statscollector.la 	\
 	themeedit.la        \
 	webkit.la           \
 	xmppconsole.la
@@ -88,6 +90,7 @@ spellchk_la_SOURCES         = spellchk.c
 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
 webkit_la_SOURCES           = webkit.c
 xmppconsole_la_SOURCES      = xmppconsole.c
@@ -105,6 +108,7 @@ spellchk_la_LIBADD          = $(GTK_LIBS
 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)
 webkit_la_LIBADD            = $(GTK_LIBS) $(WEBKIT_LIBS)
 xmppconsole_la_LIBADD       = $(GTK_LIBS)


More information about the Commits mailing list