From 6ac53d211d793b4204703fdc7895bc976115ac32 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 May 2004 00:20:19 +0000 Subject: r866: convert the rest of the binaries to config.mk files metze (This used to be commit 0f8c193ac35572862b0d653dc02a71ebc71e88a8) --- source4/client/config.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source4/client/config.mk (limited to 'source4/client/config.mk') diff --git a/source4/client/config.mk b/source4/client/config.mk new file mode 100644 index 00000000000..6a26a5d324f --- /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 +################################# -- cgit