diff pidgin/plugins/crazychat/Makefile.am @ 16765:441945083737

Now that version.h is a generated source file, we need to add -I$(top_builddir)/libpurple to CFLAGS to allow building in a separate directory from the source directory. Fixes part of #566
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 May 2007 12:54:47 +0000
parents 15cccdd32321
children
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/Makefile.am	Tue May 01 19:32:22 2007 +0000
+++ b/pidgin/plugins/crazychat/Makefile.am	Thu May 03 12:54:47 2007 +0000
@@ -33,6 +33,7 @@
 
 AM_CPPFLAGS = -DPURPLE_PLUGINS \
 	-I$(top_srcdir)/libpurple \
+	-I$(top_builddir)/libpurple \
 	-I$(top_srcdir)/pidgin \
 	$(GTK_CFLAGS) \
 	$(GTKGLEXT_CFLAGS) \