summaryrefslogtreecommitdiff
path: root/pidgin/plugins/gevolution/Makefile.am
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-05-03 12:54:47 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-05-03 12:54:47 +0000
commitb1ed0acb27eb70e5180cb775c1752c7218ff622d (patch)
tree9050117f43812ccbdf7ff49dffdef1095f1b9c2c /pidgin/plugins/gevolution/Makefile.am
parent8be2ac8dde8583e4890a80c6c206f173509aa70d (diff)
downloadpidgin-b1ed0acb27eb70e5180cb775c1752c7218ff622d.tar.gz
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
Diffstat (limited to 'pidgin/plugins/gevolution/Makefile.am')
-rw-r--r--pidgin/plugins/gevolution/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidgin/plugins/gevolution/Makefile.am b/pidgin/plugins/gevolution/Makefile.am
index 9e50871e1b..fe7b5fd977 100644
--- a/pidgin/plugins/gevolution/Makefile.am
+++ b/pidgin/plugins/gevolution/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
-DDATADIR=\"$(datadir)\" \
-DVERSION=\"$(VERSION)\" \
-I$(top_srcdir)/libpurple \
+ -I$(top_builddir)/libpurple \
-I$(top_srcdir)/pidgin \
$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
$(DEBUG_CFLAGS) \