r13924: Split more prototypes out of include/proto.h + initial work on header
[samba.git] / source4 / lib / basic.mk
index b57de3f6ef5917c321d4384bda68c1048284e90c..50ed8cc02f19c5825e4787e19898bb1b8a6cc60f 100644 (file)
@@ -22,6 +22,7 @@ include tdr/config.mk
 ##############################
 # Start SUBSYSTEM LIBNETIF
 [SUBSYSTEM::LIBNETIF]
+PRIVATE_PROTO_HEADER = netif/proto.h
 OBJ_FILES = \
                netif/interface.o \
                netif/netif.o
@@ -55,6 +56,7 @@ OBJ_FILES = \
                gencache/gencache.o \
 
 [SUBSYSTEM::DB_WRAP]
+PRIVATE_PROTO_HEADER = db_wrap_proto.h
 OBJ_FILES = db_wrap.o \
                gendb.o
 REQUIRED_SUBSYSTEMS = LIBLDB LIBTDB LDBSAMBA