summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-06-29 19:27:07 +0200
committerinfirit <[email protected]>2015-06-29 19:27:07 +0200
commit46fd6ad2075870ae63e36d362bf8d6deef277c53 (patch)
tree7b2741f0464fd320c16ae3cdcc94a389a4707672 /python
parentf286e7683b4ed8103938c6c725f6755c9b8c912b (diff)
downloadmate-menus-46fd6ad2075870ae63e36d362bf8d6deef277c53.tar.bz2
mate-menus-46fd6ad2075870ae63e36d362bf8d6deef277c53.tar.xz
python: use pkgconfig for compiler and linker flags
We need python to bump to 2.7 for the pkgconfig file.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 0f55476..1cb750a 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,6 +1,6 @@
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
- $(PYTHON_INCLUDES) \
+ $(PYTHON_CFLAGS) \
-I$(srcdir)/../libmenu \
-DMATEMENU_I_KNOW_THIS_IS_UNSTABLE \
$(DISABLE_DEPRECATED_CFLAGS) \