soc.2008.finch: dc6bba06: Let the tiling window manager build.

queueram at soc.pidgin.im queueram at soc.pidgin.im
Sun Aug 17 04:40:49 EDT 2008


-----------------------------------------------------------------
Revision: dc6bba068f9847d54138be8297f4964795394dee
Ancestor: 3fa612cbc562e8ffef847eb91cdc56c42d7fd950
Author: queueram at soc.pidgin.im
Date: 2008-08-17T08:39:17
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/dc6bba068f9847d54138be8297f4964795394dee

Modified files:
        finch/libgnt/wms/Makefile.am

ChangeLog: 

Let the tiling window manager build.

-------------- next part --------------
============================================================
--- finch/libgnt/wms/Makefile.am	2a290a12bff3e366cfcd0f77ca4f45b653380464
+++ finch/libgnt/wms/Makefile.am	e7c93f2e16765175e6acff1b7df4fffdb90787a0
@@ -1,12 +1,13 @@ if PURPLE_AVAILABLE
 if PURPLE_AVAILABLE
 # These custom wms depend on libpurple
-purple_wms = s.la irssi.la
+purple_wms = s.la irssi.la tiling.la
 else
 purple_wms =
 endif
 
 s_la_LDFLAGS             = -module -avoid-version
 irssi_la_LDFLAGS         = -module -avoid-version
+tiling_la_LDFLAGS         = -module -avoid-version
 
 plugin_LTLIBRARIES = \
 	$(purple_wms)
@@ -24,6 +25,11 @@ s_la_LIBADD =  \
   $(top_builddir)/finch/libgnt/libgnt.la \
   $(top_builddir)/libpurple/libpurple.la
 
+tiling_la_SOURCES = tiling.c
+tiling_la_LIBADD =  \
+  $(GLIB_LIBS) \
+  $(top_builddir)/libgnt.la
+
 EXTRA_DIST = 
 
 AM_CPPFLAGS = \


More information about the Commits mailing list