Revert making public of the samba-module library.
[mat/samba.git] / lib / util / wscript_build
index 63a898ab72abd0e690350407ecc7f3cf3f285f37..1dc65fab5e9f71658966782dde548f1e2ffa87ce 100755 (executable)
@@ -17,21 +17,11 @@ bld.SAMBA_LIBRARY('samba-util',
                   pc_files='samba-util.pc'
                   )
 
-bld.SAMBA_LIBRARY('samba-module',
-                 source='samba_module.c',
-                 deps='errors samba-util samba-internal-module',
-                 local_include=False,
-                  public_headers='samba_module.h',
-                  vnum='0.0.1',
-                  abi_directory='ABI',
-                  abi_match='samba_module_*',
-                  pc_files='samba-module.pc')
-
-bld.SAMBA_LIBRARY('samba-internal-module',
-                 source='internal_module.c',
+bld.SAMBA_LIBRARY('samba-modules',
+                 source='modules.c',
                  deps='errors samba-util',
                  local_include=False,
-                  private_library=True)
+                 private_library=True)
 
 bld.SAMBA_LIBRARY('asn1util',
                   source='asn1.c',