From 80d4b8c14df4174f4582eca8c26d18cd4a2d447a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Apr 2007 23:12:45 +0000 Subject: r22439: fix some dependencies metze (This used to be commit fb2c89bf9028afa8732508f8f85bb6e30ae4c03d) --- source4/heimdal_build/asn1_deps.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/heimdal_build/asn1_deps.pl') 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() { 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"; -- cgit