Mercurial > pidgin.yaz
view libpurple/plugins/mono/loader/Makefile.am @ 15432:8a7709e2ed9f
protocol icons. No code to use them yet.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 27 Jan 2007 03:30:08 +0000 |
parents | 5fe8042783c1 |
children | 93bfbda79bf6 |
line wrap: on
line source
plugindir = $(libdir)/gaim plugin_LTLIBRARIES = mono.la mono_la_SOURCES = \ mono.c \ mono-glue.h \ mono-helper.c \ mono-helper.h \ debug-glue.c \ signal-glue.c \ blist-glue.c \ status-glue.c mono_la_LDFLAGS = -module -avoid-version mono_la_LIBADD = $(MONO_LIBS) AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libgaim \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)