diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-15 14:00:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-15 14:00:24 +1000 |
commit | 0b4e9ce45aa6b9e90d4765c9caaaeed45dcd0de2 (patch) | |
tree | b96565839c68b6d75e5b8b3e5e1ff11c49f760a3 /libcli/samsync | |
parent | 32062013c3dca1ae50d6e8f7a0ad3e3591b61d61 (diff) | |
download | samba-0b4e9ce45aa6b9e90d4765c9caaaeed45dcd0de2.tar.gz samba-0b4e9ce45aa6b9e90d4765c9caaaeed45dcd0de2.tar.bz2 samba-0b4e9ce45aa6b9e90d4765c9caaaeed45dcd0de2.zip |
common:libcli/auth Add missing samsync config.mk
Diffstat (limited to 'libcli/samsync')
-rw-r--r-- | libcli/samsync/config.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcli/samsync/config.mk b/libcli/samsync/config.mk new file mode 100644 index 0000000000..69f798342e --- /dev/null +++ b/libcli/samsync/config.mk @@ -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))) |