diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-12 06:02:32 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-12 06:02:32 +0000 |
commit | 45e446248d36087dd53c341051424beb058bd99d (patch) | |
tree | 5faf3deae98d3ed53088634471236e82392fcb5a /source4/lib | |
parent | 88383441080e3b1012c9e7a5fbe4ab62b04da4fa (diff) | |
download | samba-45e446248d36087dd53c341051424beb058bd99d.tar.gz samba-45e446248d36087dd53c341051424beb058bd99d.tar.bz2 samba-45e446248d36087dd53c341051424beb058bd99d.zip |
move more code to the config.m4 scheme
LIBBASIC, LIBSMB are the new global subsystems
metze
(This used to be commit a25c167b3f13031ba992b2d3f74387bdfffbf5b0)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/basic.m4 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/source4/lib/basic.m4 b/source4/lib/basic.m4 new file mode 100644 index 0000000000..e9ea611dbf --- /dev/null +++ b/source4/lib/basic.m4 @@ -0,0 +1,24 @@ +dnl # LIB BASIC subsystem + +SMB_SUBSYSTEM(LIBBASIC,[lib/version.o], + [lib/debug.o lib/fault.o \ + lib/getsmbpass.o lib/interface.o lib/md4.o \ + lib/interfaces.o lib/pidfile.o lib/replace.o \ + lib/signal.o lib/system.o lib/sendfile.o lib/time.o \ + lib/genrand.o lib/username.o \ + lib/util_getent.o lib/util_pw.o lib/smbrun.o \ + lib/bitmap.o lib/crc32.o lib/snprintf.o lib/dprintf.o \ + lib/xfile.o lib/wins_srv.o \ + lib/util_str.o lib/util_sid.o lib/util_uuid.o \ + lib/util_unistr.o lib/util_file.o lib/data_blob.o \ + lib/util.o lib/util_sock.o \ + lib/talloc.o lib/substitute.o lib/fsusage.o \ + lib/ms_fnmatch.o lib/select.o lib/messages.o \ + lib/tallocmsg.o lib/dmallocmsg.o \ + lib/md5.o lib/hmacmd5.o lib/smbpasswd.o \ + nsswitch/wb_client.o nsswitch/wb_common.o \ + lib/pam_errors.o intl/lang_tdb.o lib/account_pol.o \ + lib/gencache.o lib/module.o lib/mutex.o \ + lib/ldap_escape.o lib/events.o \ + tdb/tdb.o tdb/spinlock.o tdb/tdbutil.o \$(CHARSET_OBJS)], + lib/libbasic_public_proto.h) |