diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-28 13:28:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:18 +1100 |
commit | 36b48ad9a299bf937e1815da7ff93827a3723e5f (patch) | |
tree | 1d84932a10eefe1ae597ab517c7341c2000ad0f6 /include/public/dcerpc_server | |
parent | 48ea48d5031f7118cf39b0233799d02e8bae6946 (diff) | |
download | samba-36b48ad9a299bf937e1815da7ff93827a3723e5f.tar.gz samba-36b48ad9a299bf937e1815da7ff93827a3723e5f.tar.xz samba-36b48ad9a299bf937e1815da7ff93827a3723e5f.zip |
build: added placeholder files for public header directories
this will allow us to 'install' public headers into include/public in
the build. That means we can use the same include paths for our public
headers inside Samba as external applications. This should make it
less likely that we will break our public includes
Diffstat (limited to 'include/public/dcerpc_server')
-rw-r--r-- | include/public/dcerpc_server/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/public/dcerpc_server/README.txt b/include/public/dcerpc_server/README.txt new file mode 100644 index 0000000000..534e9b7241 --- /dev/null +++ b/include/public/dcerpc_server/README.txt @@ -0,0 +1,6 @@ +DO NOT REMOVE + +This is a placeholder to allow for build rules putting public headers +in this directory. Using this directory allows us to ensure that our +public headers will work with external applications that make use of +Samba libraries |