mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
Use make to generate fragments rather than the perl code.
This commit is contained in:
parent
ad258e8635
commit
4e2ba19d52
@ -277,7 +277,13 @@ OBJ_FILES = gen_ndr/ndr_winbind.o
|
||||
PUBLIC_HEADERS = gen_ndr/winbind.h
|
||||
PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON
|
||||
|
||||
mkinclude ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl|
|
||||
librpc/idl-deps:
|
||||
./librpc/idl-deps.pl librpc/idl/*.idl >$@
|
||||
|
||||
clean::
|
||||
rm -f librpc/idl-deps
|
||||
|
||||
include librpc/idl-deps
|
||||
|
||||
librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES)
|
||||
@echo Generating $@
|
||||
|
Loading…
Reference in New Issue
Block a user