Mercurial > pidgin
comparison libpurple/plugins/perl/Makefile.am @ 16754: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 | 39c7bb133a9f |
children | 02867a434634 |
comparison
equal
deleted
inserted
replaced
16750:d9377d6b9e7c | 16754:441945083737 |
---|---|
149 | 149 |
150 AM_CPPFLAGS = \ | 150 AM_CPPFLAGS = \ |
151 -DVERSION=\"$(VERSION)\" \ | 151 -DVERSION=\"$(VERSION)\" \ |
152 -I$(top_srcdir) \ | 152 -I$(top_srcdir) \ |
153 -I$(top_srcdir)/libpurple \ | 153 -I$(top_srcdir)/libpurple \ |
154 -I$(top_builddir)/libpurple \ | |
154 $(DEBUG_CFLAGS) \ | 155 $(DEBUG_CFLAGS) \ |
155 $(GLIB_CFLAGS) \ | 156 $(GLIB_CFLAGS) \ |
156 $(PLUGIN_CFLAGS) \ | 157 $(PLUGIN_CFLAGS) \ |
157 $(PERL_CFLAGS) | 158 $(PERL_CFLAGS) |