1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

common:libcli/auth Add missing samsync config.mk

This commit is contained in:
Andrew Bartlett 2009-04-15 14:00:24 +10:00
parent 32062013c3
commit 0b4e9ce45a

10
libcli/samsync/config.mk Normal file
View File

@ -0,0 +1,10 @@
[SUBSYSTEM::LIBCLI_SAMSYNC]
PUBLIC_DEPENDENCIES = \
LIBCLI_AUTH
LIBCLI_SAMSYNC_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/samsync/, \
decrypt.o)
PUBLIC_HEADERS += ../libcli/samsync/samsync.h
$(eval $(call proto_header_template,$(libclicommonsrcdir)/samsync/samsync.h,$(LIBCLI_SAMSYNC_OBJ_FILES:.o=.c)))