Skip to content

Commit 36b48ad

Browse files
author
Andrew Tridgell
committed
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
1 parent 48ea48d commit 36b48ad

File tree

8 files changed

+48
-0
lines changed

8 files changed

+48
-0
lines changed

include/public/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/core/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/gen_ndr/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/ndr/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/samba/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/security/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

include/public/util/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DO NOT REMOVE
2+
3+
This is a placeholder to allow for build rules putting public headers
4+
in this directory. Using this directory allows us to ensure that our
5+
public headers will work with external applications that make use of
6+
Samba libraries

0 commit comments

Comments
 (0)