diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-01 09:09:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:18 -0500 |
commit | 326e963a894a348c46e58226db2ce1852c319811 (patch) | |
tree | a6ce425b8b30f64609fe6bb903f9c3abc70fc6e5 /source4/librpc | |
parent | cf7ccba67e342b7a99e39200e7c1321f638286ce (diff) | |
download | samba-326e963a894a348c46e58226db2ce1852c319811.tar.gz samba-326e963a894a348c46e58226db2ce1852c319811.tar.bz2 samba-326e963a894a348c46e58226db2ce1852c319811.zip |
r17357: - fix the build
- generate the IDL_NDR_* variables before using them
(this was the reason I didn't noticed this error)
metze
(This used to be commit c493bc83ee31c8dac4943fdadf443b537af1f6f6)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 353c58644c..7361e4a476 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -336,6 +336,8 @@ OBJ_FILES = gen_ndr/ndr_winbind.o PUBLIC_HEADERS = gen_ndr/winbind.h PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON +include ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl| + librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES) @echo Generating librpc/gen_ndr/tables.c @$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_PARSE_H_FILES) > librpc/gen_ndr/tables.x @@ -356,7 +358,7 @@ PUBLIC_DEPENDENCIES = \ NDR_NETLOGON NDR_TRKWKS NDR_KEYSVC NDR_KRB5PAC NDR_XATTR NDR_SCHANNEL \ NDR_ROT NDR_DRSBLOBS NDR_SVCCTL NDR_NBT NDR_WINSREPL NDR_SECURITY \ NDR_INITSHUTDOWN NDR_DNSSERVER NDR_WINSTATION NDR_IRPC NDR_DCOM NDR_OPENDB \ - NDR_SASL_HELPERS NDR_NOTIFY + NDR_SASL_HELPERS NDR_NOTIFY NDR_WINBIND [LIBRARY::RPC_NDR_ROT] VERSION = 0.0.1 |