summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-21 23:12:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:20 -0500
commit80d4b8c14df4174f4582eca8c26d18cd4a2d447a (patch)
tree9ed4aa15b123dc9b551a4d0b8538ac850a8a3057 /source4/heimdal_build/asn1_deps.pl
parentf71b2fdfe287452214de611df948e00f87281cbd (diff)
downloadsamba-80d4b8c14df4174f4582eca8c26d18cd4a2d447a.tar.gz
samba-80d4b8c14df4174f4582eca8c26d18cd4a2d447a.tar.bz2
samba-80d4b8c14df4174f4582eca8c26d18cd4a2d447a.zip
r22439: fix some dependencies
metze (This used to be commit fb2c89bf9028afa8732508f8f85bb6e30ae4c03d)
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index aef34908d0..b45a90d416 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -46,7 +46,7 @@ foreach(<IN>) {
close(IN);
print '[SUBSYSTEM::HEIMDAL_'.uc($prefix).']'."\n";
-print "CFLAGS = -Iheimdal_build -I$dirname\n";
+print "CFLAGS = -Iheimdal_build -Iheimdal/lib/roken -I$dirname\n";
print "OBJ_FILES = ";
foreach $o_file (@o_files) {
print "\\\n\t$o_file";