# HG changeset patch # User Christian Hammond # Date 1060139645 0 # Node ID 7074ea7d999eec5cdc7c2cced8b8337aa2c1096a # Parent e006685f75aa6c2a58d9602c863e13bfc84003d8 [gaim-migrate @ 6887] KingAnt pointed out that we didn't set the plugins directory in the include path, so the gaim-remote.so plugin was only being compiled if you had it installed previously... How did I manage to not see that? I'm going to go sit in the corner. committer: Tailor Script diff -r e006685f75aa -r 7074ea7d999e plugins/gaim-remote/Makefile.am --- a/plugins/gaim-remote/Makefile.am Tue Aug 05 20:19:57 2003 +0000 +++ b/plugins/gaim-remote/Makefile.am Wed Aug 06 03:14:05 2003 +0000 @@ -26,6 +26,7 @@ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ + -I$(top_srcdir)/plugins \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ $(DEBUG_CFLAGS)