summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-20 11:24:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-20 11:24:38 +1000
commite533e7a7ebc8b3029cf604e63cdc6d1cf8570ccd (patch)
treea6ca7cd9b127dff8e8f2ccc6473557d60a4d20a4
parentcb42e59b77ca71d949dd88b3f121946c06a97d29 (diff)
downloadsamba-e533e7a7ebc8b3029cf604e63cdc6d1cf8570ccd.tar.gz
samba-e533e7a7ebc8b3029cf604e63cdc6d1cf8570ccd.tar.bz2
samba-e533e7a7ebc8b3029cf604e63cdc6d1cf8570ccd.zip
Fix prototype generation in new syntax for netlogon.c
Andrew Bartlett (This used to be commit b6f91ce75ae401bed515012fa3019a6241e7ff6d)
-rw-r--r--source4/libcli/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index c8056dbe63..0cc97c058a 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -63,7 +63,7 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT \
LIBCLI_NETLOGON_OBJ_FILES = $(addprefix libcli/, \
netlogon.o)
-$(eval $(call proto_header_template,$(libclisrcdir)/nbt/nbt_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
+$(eval $(call proto_header_template,$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
[PYTHON::python_libcli_nbt]
SWIG_FILE = swig/libcli_nbt.i