From dd0816dcc8482829009928e5d0dc95ec0621e833 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Jul 2005 09:44:55 +0000 Subject: r8416: added the extra_cflags.txt system from smb-build this removes the need for recursive make for heimdal, which is a big win. It should also make it easier/cleaner to build ldb/tdb/appweb etc in both in-tree and out-of-tree forms by allowing us to specify different CFLAGS (and thus different include paths) per directory or file (This used to be commit b2f9b8aa32426198aa21a703ab4f1d59fb77e512) --- source4/extra_cflags.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 source4/extra_cflags.txt (limited to 'source4/extra_cflags.txt') diff --git a/source4/extra_cflags.txt b/source4/extra_cflags.txt new file mode 100644 index 0000000000..a2dbd55403 --- /dev/null +++ b/source4/extra_cflags.txt @@ -0,0 +1 @@ +heimdal -Iheimdal_build -Iheimdal/kdc -Iheimdal/lib/des -Iheimdal/lib/roken -Iheimdal/include -- cgit