summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-03 06:51:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:04 -0500
commit0165e1e71dd10278282362949c3c5c9469809a0c (patch)
tree4b4f74c077b95be42adb193429af4737539efc18 /source4/main.mk
parent9c913ef5925c968d17e8656177cfce58cbace00d (diff)
downloadsamba-0165e1e71dd10278282362949c3c5c9469809a0c.tar.gz
samba-0165e1e71dd10278282362949c3c5c9469809a0c.tar.bz2
samba-0165e1e71dd10278282362949c3c5c9469809a0c.zip
r8995: Add heimdal headers back to "basics" target... should fix the build for now
(This used to be commit 343e33c13ff5a67b463c2f7c18e0a6590d75f8ab)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 5f417b4624..4edda5a575 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -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)