diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-25 09:04:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:21 -0500 |
commit | 99487b0ab7e381fd34d703720f5c6b1ed5f17ca8 (patch) | |
tree | 48c40792017a583d432965eeea7a9eb09056cbee /source4 | |
parent | 6bbd3b3360e3bc4c1d39f6d3d5d5082fd9b060eb (diff) | |
download | samba-99487b0ab7e381fd34d703720f5c6b1ed5f17ca8.tar.gz samba-99487b0ab7e381fd34d703720f5c6b1ed5f17ca8.tar.bz2 samba-99487b0ab7e381fd34d703720f5c6b1ed5f17ca8.zip |
r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1
(This used to be commit b74faf771d37eccb7f95236c97162cc3b83e6794)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 65368270d9..69a62ef008 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -295,7 +295,7 @@ OBJ_FILES = ../heimdal/lib/roken/gai_strerror.o ####################### # Start SUBSYSTEM HEIMDAL_ROKEN_GAI_STRERROR [SUBSYSTEM::HEIMDAL_ROKEN_INET_ATON] -EXTRA_CFLAGS = -Iheimdal/lib/roken +EXTRA_CFLAGS = -Iheimdal_build -Iheimdal/lib/roken OBJ_FILES = ../heimdal/lib/roken/inet_aton.o ####################### |