qulogic/libgnt

214410e98fcb
Parents 9ab969e07a04
Children 17e589c22888
The irssi wm does not need libpurple, and use relative path to libgnt.la
so no change is needed when libgnt is built standalone.
--- a/wms/Makefile.am Sun Jun 29 01:51:59 2008 +0000
+++ b/wms/Makefile.am Thu Sep 04 22:45:17 2008 +0000
@@ -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 @@
irssi_la_LDFLAGS = -module -avoid-version
plugin_LTLIBRARIES = \
+ $(wms) \
$(purple_wms)
plugindir = $(libdir)/gnt
@@ -16,12 +18,12 @@
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 =