Mercurial > pidgin.yaz
comparison libpurple/plugins/mono/loader/Makefile.am @ 15374: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 |
comparison
equal
deleted
inserted
replaced
15373:f79e0f4df793 | 15374:5fe8042783c1 |
---|---|
1 plugindir = $(libdir)/gaim | |
2 | |
3 plugin_LTLIBRARIES = mono.la | |
4 | |
5 mono_la_SOURCES = \ | |
6 mono.c \ | |
7 mono-glue.h \ | |
8 mono-helper.c \ | |
9 mono-helper.h \ | |
10 debug-glue.c \ | |
11 signal-glue.c \ | |
12 blist-glue.c \ | |
13 status-glue.c | |
14 | |
15 mono_la_LDFLAGS = -module -avoid-version | |
16 | |
17 mono_la_LIBADD = $(MONO_LIBS) | |
18 | |
19 AM_CPPFLAGS = \ | |
20 -DVERSION=\"$(VERSION)\" \ | |
21 -I$(top_srcdir) \ | |
22 -I$(top_srcdir)/libgaim \ | |
23 $(DEBUG_CFLAGS) \ | |
24 $(PLUGIN_CFLAGS) \ | |
25 $(MONO_CFLAGS) |