diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 16:02:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 16:02:51 +0100 |
commit | ef15b28d244dcaaa38a07055c3a88f6199173611 (patch) | |
tree | 5cbb8a18e04a192993e9b41b5b138ee4a1aaa1f9 /source4/Makefile | |
parent | bfc99f15a1e2407cd5aaa938b97ddaa547660cfc (diff) | |
download | samba-ef15b28d244dcaaa38a07055c3a88f6199173611.tar.gz samba-ef15b28d244dcaaa38a07055c3a88f6199173611.tar.bz2 samba-ef15b28d244dcaaa38a07055c3a88f6199173611.zip |
use make macro for python.
(This used to be commit b0408abb08648c0155d8f5da5fb299b1acbc09b6)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |