diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-25 09:04:52 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-04-25 09:04:52 +0000 |
commit | ffffcc9c400e8d6e71af9ef819bcea0dd4bc0c75 (patch) | |
tree | 2d4e53cdf133ac8f0f297529c63c7c152a4659b2 /source/heimdal_build | |
parent | ac7e011211a2873a22557790d2e58b0bc8ce733d (diff) | |
download | samba-ffffcc9c400e8d6e71af9ef819bcea0dd4bc0c75.tar.gz samba-ffffcc9c400e8d6e71af9ef819bcea0dd4bc0c75.tar.xz samba-ffffcc9c400e8d6e71af9ef819bcea0dd4bc0c75.zip |
r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1
Diffstat (limited to 'source/heimdal_build')
-rw-r--r-- | source/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk index 65368270d9e..69a62ef008b 100644 --- a/source/heimdal_build/config.mk +++ b/source/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 ####################### |