Mercurial > pidgin
view libpurple/plugins/mono/loader/Makefile.am @ 17699:97802d3f3f1f
Forgot these...
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Fri, 27 Apr 2007 12:56:59 +0000 |
parents | 7125eda8fe22 |
children | ce049678a67b |
line wrap: on
line source
plugindir = $(libdir)/purple 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)/libpurple \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)