summaryrefslogtreecommitdiff
path: root/source4/extra_cflags.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8449: - search for lex and yacc properlyAndrew Tridgell1-0/+2
- added target specific flags to get the #include order right for com_err and asn1 files in heimdal (This used to be commit c721c8ca380db756ae2ccf3711be894bab8d5318)
2007-10-10r8425: add err() and errx() functions needed by for compile_et on some systemsAndrew Tridgell1-0/+1
(This used to be commit 72a769b6d1a1ce5f8a19010074960b692b4755db)
2007-10-10r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell1-1/+1
(This used to be commit 117d2fa31d3a7e0b37c09979aa41243c564c0385)
2007-10-10r8416: added the extra_cflags.txt system from smb-buildAndrew Tridgell1-0/+1
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)