comparison finch/libgnt/wms/Makefile.am @ 19168:f63e38e33811

Some lines to the auto-thingies to aid in libgnt building standalone
author Eric Polino <aluink@pidgin.im>
date Mon, 16 Jul 2007 19:49:59 +0000
parents 1bccb9641ef3
children 635b7cd19110 315151da0dc6
comparison
equal deleted inserted replaced
19167:42fc16a234ec 19168:f63e38e33811
1 if PURPLE_AVAILABLE
2 # These custom wms depend on libpurple
3 purple_wms = s.la irssi.la
4 else
5 purple_wms =
6 endif
7
1 s_la_LDFLAGS = -module -avoid-version 8 s_la_LDFLAGS = -module -avoid-version
2 irssi_la_LDFLAGS = -module -avoid-version 9 irssi_la_LDFLAGS = -module -avoid-version
3 10
4 plugin_LTLIBRARIES = \ 11 plugin_LTLIBRARIES = \
5 s.la \ 12 $(purple_wms)
6 irssi.la 13
7
8 plugindir = $(libdir)/gnt 14 plugindir = $(libdir)/gnt
9 15
10 irssi_la_SOURCES = irssi.c 16 irssi_la_SOURCES = irssi.c
11 irssi_la_LIBADD = \ 17 irssi_la_LIBADD = \
12 $(GLIB_LIBS) \ 18 $(GLIB_LIBS) \