Update to 24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6
[gnt.git] / wms / Makefile.am
blob7d7a19f5346851132d21a17c22f7451748a195d3
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
8 s_la_LDFLAGS             = -module -avoid-version
9 irssi_la_LDFLAGS         = -module -avoid-version
11 plugin_LTLIBRARIES = \
12         $(purple_wms)
14 plugindir = $(libdir)/gnt
16 irssi_la_SOURCES = irssi.c
17 irssi_la_LIBADD =  \
18   $(GLIB_LIBS) \
19   $(top_builddir)/finch/libgnt/libgnt.la
21 s_la_SOURCES = s.c
22 s_la_LIBADD =  \
23   $(GLIB_LIBS) \
24   $(top_builddir)/finch/libgnt/libgnt.la \
25   $(top_builddir)/libpurple/libpurple.la
27 EXTRA_DIST = 
29 AM_CPPFLAGS = \
30         -DDATADIR=\"$(datadir)\" \
31         -I$(top_srcdir)/libpurple \
32         -I$(top_srcdir)/finch \
33         -I$(top_srcdir)/finch/libgnt \
34         $(DEBUG_CFLAGS) \
35         $(GLIB_CFLAGS) \
36         $(GNT_CFLAGS) \
37         $(PLUGIN_CFLAGS)