summaryrefslogtreecommitdiffstats
path: root/source/lib/tdr
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 02:23:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-03-19 02:23:52 +0000
commitbfc74a488d4967076dcb5a19f321e1dce7d9d98d (patch)
treee7aae7178ccc4a0f209dc43e64cb0387f0d57f10 /source/lib/tdr
parent9f1d9219e8c06241c46f6b03178d3002185e51de (diff)
downloadsamba-bfc74a488d4967076dcb5a19f321e1dce7d9d98d.tar.gz
samba-bfc74a488d4967076dcb5a19f321e1dce7d9d98d.tar.xz
samba-bfc74a488d4967076dcb5a19f321e1dce7d9d98d.zip
r14554: Write out header dependencies. This means all C files affected will be
rebuilt when a header file is changed. It also means parallel builds work now. It will take a minute or so to generate all the dependency information, but there should be no need to rebuild that information later on, unless a file changes. This behaviour is only enabled when building in developer mode (--enable-developer) and requires a GNU make (or compatible). In all other cases, the file 'static_deps.mk' is included, which contains some basic hardcoded dependency information.
Diffstat (limited to 'source/lib/tdr')
-rw-r--r--source/lib/tdr/tdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/tdr/tdr.h b/source/lib/tdr/tdr.h
index 4c0280d9d64..dfb52c85251 100644
--- a/source/lib/tdr/tdr.h
+++ b/source/lib/tdr/tdr.h
@@ -62,6 +62,6 @@ struct tdr_print {
typedef NTSTATUS (*tdr_push_fn_t) (struct tdr_push *, const void *);
typedef NTSTATUS (*tdr_pull_fn_t) (struct tdr_pull *, TALLOC_CTX *, void *);
-#include "tdr/tdr_proto.h"
+#include "lib/tdr/tdr_proto.h"
#endif /* __TDR_H__ */