1 gntclipboard_la_LDFLAGS = -module -avoid-version
2 gntgf_la_LDFLAGS = -module -avoid-version
3 gnthistory_la_LDFLAGS = -module -avoid-version
4 gntlastlog_la_LDFLAGS = -module -avoid-version
14 plugindir = $(libdir)/finch
16 gntclipboard_la_SOURCES = gntclipboard.c
17 gntgf_la_SOURCES = gntgf.c
18 gnthistory_la_SOURCES = gnthistory.c
19 gntlastlog_la_SOURCES = lastlog.c
21 gntclipboard_la_CFLAGS = $(X11_CFLAGS)
22 gntgf_la_CFLAGS = $(X11_CFLAGS)
24 gntclipboard_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS)
25 gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/finch/libgnt/libgnt.la
26 gnthistory_la_LIBADD = $(GLIB_LIBS)
27 gntlastlog_la_LIBADD = $(GLIB_LIBS)
31 EXTRA_DIST = pietray.py
34 -DDATADIR=\"$(datadir)\" \
35 -I$(top_builddir)/libpurple \
36 -I$(top_srcdir)/libpurple \
38 -I$(top_srcdir)/finch \
39 -I$(top_srcdir)/finch/libgnt \
46 # This part allows people to build their own plugins in here.
51 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
52 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)
53 @rm -f tmp$@.lo tmp$@.o libtmp$@.la
54 @cp .libs/libtmp$@.so* $@
55 @rm -f .libs/libtmp$@.*