mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r8995: Add heimdal headers back to "basics" target... should fix the build for now
This commit is contained in:
parent
1f31414f37
commit
343e33c13f
@ -379,11 +379,11 @@ REQUIRED_SUBSYSTEMS = COMPILE_ET LIBREPLACE
|
||||
# End BINARY compile_et
|
||||
#######################
|
||||
|
||||
heimdal/lib/roken/vis.hin: heimdal/lib/roken/vis.h
|
||||
@cp heimdal/lib/roken/vis.h heimdal/lib/roken/vis.hin
|
||||
heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin
|
||||
@cp heimdal/lib/roken/vis.hin heimdal/lib/roken/vis.h
|
||||
|
||||
heimdal/lib/roken/err.hin: heimdal/lib/roken/err.h
|
||||
@cp heimdal/lib/roken/err.h heimdal/lib/roken/err.hin
|
||||
heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin
|
||||
@cp heimdal/lib/roken/err.hin heimdal/lib/roken/err.h
|
||||
|
||||
include ./heimdal_build/asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1|
|
||||
include ./heimdal_build/asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1|
|
||||
|
@ -52,7 +52,7 @@ include kdc/config.mk
|
||||
include lib/replace/config.mk
|
||||
include scripting/ejs/config.mk
|
||||
|
||||
all: binaries
|
||||
all: basics binaries
|
||||
binaries: $(BIN_PROGS) $(SBIN_PROGS)
|
||||
manpages: $(MANPAGES)
|
||||
everything: all
|
||||
@ -140,7 +140,7 @@ pch: proto include/includes.h.gch
|
||||
pch_clean:
|
||||
-rm -f include/includes.h.gch
|
||||
|
||||
basics: idl proto_exists
|
||||
basics: idl proto_exists heimdal/lib/hdb/hdb_asn1.h heimdal/lib/gssapi/spnego_asn1.h heimdal/lib/asn1/krb5_asn1.h heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
|
||||
|
||||
test: $(DEFAULT_TEST_TARGET)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user