comparison libpurple/plugins/mono/loader/Makefile.am @ 15878:93bfbda79bf6

Gaim -> Purple rename for the Mono plugin. These changes make sense, and it compiles, but other than that, I haven't tested anything.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Mar 2007 06:27:57 +0000
parents 5fe8042783c1
children a90692463bf4
comparison
equal deleted inserted replaced
15877:fde34f782314 15878:93bfbda79bf6
1 plugindir = $(libdir)/gaim 1 plugindir = $(libdir)/purple
2 2
3 plugin_LTLIBRARIES = mono.la 3 plugin_LTLIBRARIES = mono.la
4 4
5 mono_la_SOURCES = \ 5 mono_la_SOURCES = \
6 mono.c \ 6 mono.c \
17 mono_la_LIBADD = $(MONO_LIBS) 17 mono_la_LIBADD = $(MONO_LIBS)
18 18
19 AM_CPPFLAGS = \ 19 AM_CPPFLAGS = \
20 -DVERSION=\"$(VERSION)\" \ 20 -DVERSION=\"$(VERSION)\" \
21 -I$(top_srcdir) \ 21 -I$(top_srcdir) \
22 -I$(top_srcdir)/libgaim \ 22 -I$(top_srcdir)/libpurple \
23 $(DEBUG_CFLAGS) \ 23 $(DEBUG_CFLAGS) \
24 $(PLUGIN_CFLAGS) \ 24 $(PLUGIN_CFLAGS) \
25 $(MONO_CFLAGS) 25 $(MONO_CFLAGS)