Mercurial > pidgin.yaz
view finch/libgnt/wms/Makefile.am @ 18704:c77cf4e8eb65
disapproval of revision '947b20b6fc725a1f22dd7b7b23ebbaee89f0cfed'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 28 Jul 2007 05:35:20 +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)