Mercurial > pidgin.yaz
view finch/libgnt/wms/Makefile.am @ 18193:09eb621782bc
explicit merge of 'f2eb358baf2c72cb37b6b9bcb4c036e44e0bcc2b'
and '2344c84a6e70c374b19936a127462d2f19c0139c'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Tue, 19 Jun 2007 17:17:57 +0000 |
parents | 1bccb9641ef3 |
children | f63e38e33811 |
line wrap: on
line source
s_la_LDFLAGS = -module -avoid-version irssi_la_LDFLAGS = -module -avoid-version plugin_LTLIBRARIES = \ s.la \ irssi.la plugindir = $(libdir)/gnt irssi_la_SOURCES = irssi.c irssi_la_LIBADD = \ $(GLIB_LIBS) \ $(top_builddir)/finch/libgnt/libgnt.la s_la_SOURCES = s.c s_la_LIBADD = \ $(GLIB_LIBS) \ $(top_builddir)/finch/libgnt/libgnt.la \ $(top_builddir)/libpurple/libpurple.la EXTRA_DIST = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/finch \ -I$(top_srcdir)/finch/libgnt \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS) \ $(PLUGIN_CFLAGS)