diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/samba3/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/samba3/samba3.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 76d3f50e4b..fc741ced0d 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -5,6 +5,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 DESCRIPTION = Library for reading Samba3 data files +PRIVATE_PROTO_HEADER = samba3_proto.h PUBLIC_HEADERS = samba3.h OBJ_FILES = smbpasswd.o tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index a5f60bf1c2..e66be625e0 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -210,4 +210,6 @@ struct samba3 struct samba3_regdb registry; }; +#include "samba3/samba3_proto.h" + #endif /* _SAMBA3_H */ |