pidgin: 47119315: The irssi wm does not need libpurple, an...

sadrul at pidgin.im sadrul at pidgin.im
Thu Sep 4 18:51:49 EDT 2008


-----------------------------------------------------------------
Revision: 47119315e21668ee63084a57c70abbbba5400cb4
Ancestor: b5850556407753df7ee8b8fa84917779165fc58b
Author: sadrul at pidgin.im
Date: 2008-09-04T22:45:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/47119315e21668ee63084a57c70abbbba5400cb4

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

ChangeLog: 

The irssi wm does not need libpurple, and use relative path to libgnt.la
so no change is needed when libgnt is built standalone.

-------------- next part --------------
============================================================
--- finch/libgnt/wms/Makefile.am	2a290a12bff3e366cfcd0f77ca4f45b653380464
+++ finch/libgnt/wms/Makefile.am	84e899cd4d3f3b98492da6f4a30b81e73fcb10f5
@@ -1,6 +1,7 @@
+wms = irssi.la
 if PURPLE_AVAILABLE
 # These custom wms depend on libpurple
-purple_wms = s.la irssi.la
+purple_wms = s.la
 else
 purple_wms =
 endif
@@ -9,6 +10,7 @@ plugin_LTLIBRARIES = \
 irssi_la_LDFLAGS         = -module -avoid-version
 
 plugin_LTLIBRARIES = \
+	$(wms) \
 	$(purple_wms)
  
 plugindir = $(libdir)/gnt
@@ -16,12 +18,12 @@ irssi_la_LIBADD =  \
 irssi_la_SOURCES = irssi.c
 irssi_la_LIBADD =  \
   $(GLIB_LIBS) \
-  $(top_builddir)/finch/libgnt/libgnt.la
+  ../libgnt.la
 
 s_la_SOURCES = s.c
 s_la_LIBADD =  \
   $(GLIB_LIBS) \
-  $(top_builddir)/finch/libgnt/libgnt.la \
+  ../libgnt.la \
   $(top_builddir)/libpurple/libpurple.la
 
 EXTRA_DIST = 


More information about the Commits mailing list