aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/python
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-01 06:34:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-01 06:34:08 +0800
commitbfc5ba2511dc5fd9f5aa9868946c8860afad81bf (patch)
tree42c8edf720cd7a80c448da74f080ca1d6b80d56c /plugins/python
parent8dc6bbd250891bcef9130a789c9b74a01be7f1cb (diff)
downloadgsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.gz
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.bz2
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.lz
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.xz
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.zst
gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.zip
Fix "make distcheck" errors and other build cleanups.
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/Makefile.am2
-rw-r--r--plugins/python/example/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am
index 51cc65dcc2..6f62036a1d 100644
--- a/plugins/python/Makefile.am
+++ b/plugins/python/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(E_UTIL_CFLAGS) \
$(PY_INCLUDES)
diff --git a/plugins/python/example/Makefile.am b/plugins/python/example/Makefile.am
index a57ed573c1..cc14dc94d9 100644
--- a/plugins/python/example/Makefile.am
+++ b/plugins/python/example/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"