~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/libcli/auth/config.mk

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#################################
 
2
# Start SUBSYSTEM LIBCLI_AUTH
 
3
[SUBSYSTEM::LIBCLI_AUTH]
 
4
PUBLIC_DEPENDENCIES = \
 
5
                MSRPC_PARSE \
 
6
                LIBSAMBA-HOSTCONFIG
 
7
# End SUBSYSTEM LIBCLI_AUTH
 
8
#################################
 
9
 
 
10
LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclisrcdir)/auth/, \
 
11
                credentials.o \
 
12
                session.o \
 
13
                smbencrypt.o \
 
14
                smbdes.o)
 
15
 
 
16
PUBLIC_HEADERS += $(libclisrcdir)/auth/credentials.h
 
17
$(eval $(call proto_header_template,$(libclisrcdir)/auth/proto.h,$(LIBCLI_AUTH_OBJ_FILES:.o=.c)))