From ef15b28d244dcaaa38a07055c3a88f6199173611 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 26 Feb 2008 16:02:51 +0100 Subject: use make macro for python. (This used to be commit b0408abb08648c0155d8f5da5fb299b1acbc09b6) --- source4/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/Makefile') diff --git a/source4/Makefile b/source4/Makefile index 9d4a91d9be..6083ee35b5 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -39,6 +39,7 @@ ALL_PREDEP = proto endif include build/make/rules.mk +include build/make/python.mk include data.mk include extra_cflags.txt -- cgit