diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-16 13:26:38 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-14 14:19:39 +1000 |
commit | 927a8b330435b4c959ad851e32b83d97a6e3001b (patch) | |
tree | d8132fa21f60ae83ed7e19d6b07a8345071ed271 /source4/libcli/auth/config.mk | |
parent | 786447dea021f97a44582009bf33e28d972dacb4 (diff) | |
download | samba-927a8b330435b4c959ad851e32b83d97a6e3001b.tar.gz samba-927a8b330435b4c959ad851e32b83d97a6e3001b.tar.bz2 samba-927a8b330435b4c959ad851e32b83d97a6e3001b.zip |
Move libcli/auth to the top level
Diffstat (limited to 'source4/libcli/auth/config.mk')
-rw-r--r-- | source4/libcli/auth/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk deleted file mode 100644 index 498c2af258..0000000000 --- a/source4/libcli/auth/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -################################# -# Start SUBSYSTEM LIBCLI_AUTH -[SUBSYSTEM::LIBCLI_AUTH] -PUBLIC_DEPENDENCIES = \ - MSRPC_PARSE \ - LIBSAMBA-HOSTCONFIG -# End SUBSYSTEM LIBCLI_AUTH -################################# - -LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclisrcdir)/auth/, \ - credentials.o \ - session.o \ - smbencrypt.o \ - smbdes.o) - -PUBLIC_HEADERS += $(libclisrcdir)/auth/credentials.h -$(eval $(call proto_header_template,$(libclisrcdir)/auth/proto.h,$(LIBCLI_AUTH_OBJ_FILES:.o=.c))) |