From 46fd6ad2075870ae63e36d362bf8d6deef277c53 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 29 Jun 2015 19:27:07 +0200 Subject: python: use pkgconfig for compiler and linker flags We need python to bump to 2.7 for the pkgconfig file. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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) \ -- cgit v1.2.1