summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-01 16:53:52 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-01 17:52:36 +0200
commitf4140cfdb0b415387329f51dcf087b86d3c90c5e (patch)
tree522a791f4e8bdefbc166c4b825caf63ae9a865cc /source4/heimdal_build/asn1_deps.pl
parent8dede49961b732a5c604b044e628b0553b387429 (diff)
downloadsamba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.gz
samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.bz2
samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.zip
build: autogenerate heimdal basics
metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 6b7181c4dd..6c4d10d262 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -29,6 +29,7 @@ if (not defined $options) {
my $header = "$dirname/$prefix.h";
+print "basics:: $header\n";
print "$header: \$(heimdalsrcdir)/$file \$(ASN1C)\n";
print "\t\@echo \"Compiling ASN1 file \$(heimdalsrcdir)/$file\"\n";
print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(call abspath,\$(heimdalsrcdir)/$file) $prefix $options\n\n";