Avoid including libds/common/roles.h in public loadparm.h header.
[samba.git] / libds / common / wscript_build
index d7f8acb73d0954c3d9ed811dce4e3b5846e327b4..3da3be27285d7be83fce9269d56ed672dd53509a 100644 (file)
@@ -2,6 +2,6 @@
 bld.SAMBA_LIBRARY('flag_mapping',
                   public_deps='talloc replace',
                   source='flag_mapping.c',
-                 private_library=True,
-                  public_headers='roles.h',
-                 deps='samba-util')
+                  private_library=True,
+                  private_headers='roles.h',
+                  deps='samba-util')