diff options
author | infirit <[email protected]> | 2015-06-29 19:27:07 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-06-29 19:27:07 +0200 |
commit | 46fd6ad2075870ae63e36d362bf8d6deef277c53 (patch) | |
tree | 7b2741f0464fd320c16ae3cdcc94a389a4707672 /python | |
parent | f286e7683b4ed8103938c6c725f6755c9b8c912b (diff) | |
download | mate-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.am | 2 |
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) \ |