Mercurial > pidgin
diff libpurple/plugins/mono/loader/Makefile.am @ 15373:5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 20 Jan 2007 02:32:10 +0000 |
| parents | |
| children | 93bfbda79bf6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpurple/plugins/mono/loader/Makefile.am Sat Jan 20 02:32:10 2007 +0000 @@ -0,0 +1,25 @@ +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)
