summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-25 00:20:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:13 -0500
commit6ac53d211d793b4204703fdc7895bc976115ac32 (patch)
tree875b6816c87e40a7a0c92f057f05c02e3a1c9de3 /source4/client
parentdaa890e2c86ba7dded91144e6aa75105c23e0008 (diff)
downloadsamba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.gz
samba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.bz2
samba-6ac53d211d793b4204703fdc7895bc976115ac32.zip
r866: convert the rest of the binaries to config.mk files
metze (This used to be commit 0f8c193ac35572862b0d653dc02a71ebc71e88a8)
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/config.m44
-rw-r--r--source4/client/config.mk15
2 files changed, 19 insertions, 0 deletions
diff --git a/source4/client/config.m4 b/source4/client/config.m4
new file mode 100644
index 0000000000..db753bec45
--- /dev/null
+++ b/source4/client/config.m4
@@ -0,0 +1,4 @@
+dnl # client subsystem
+
+
+SMB_BINARY_MK(smbclient, client/config.mk)
diff --git a/source4/client/config.mk b/source4/client/config.mk
new file mode 100644
index 0000000000..6a26a5d324
--- /dev/null
+++ b/source4/client/config.mk
@@ -0,0 +1,15 @@
+# client subsystem
+
+#################################
+# Start BINARY smbclient
+[BINARY::smbclient]
+OBJ_FILES = \
+ client/client.o \
+ client/clitar.o
+REQUIRED_SUBSYSTEMS = \
+ CONFIG \
+ LIBCMDLINE \
+ LIBBASIC \
+ LIBSMB
+# End BINARY smbclient
+#################################