diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:56:07 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:56:07 +0100 |
commit | b3d2a56df29b163d93c4d20efc22c523441a92e5 (patch) | |
tree | 2e17a66d416d11d872527a98c23509d8ec4b5313 /source4/heimdal_build | |
parent | c5d77a1c2414d930ccbedbe05e124df69242a144 (diff) | |
download | samba-b3d2a56df29b163d93c4d20efc22c523441a92e5.tar.gz samba-b3d2a56df29b163d93c4d20efc22c523441a92e5.tar.bz2 samba-b3d2a56df29b163d93c4d20efc22c523441a92e5.zip |
Fix module aliases.
(This used to be commit 584a69acc5ccc0e9be0cb2687578c62bfa1e797d)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index b3e510da14..675c3cb0f1 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -474,7 +474,7 @@ OBJ_FILES = \ ./heimdal/lib/asn1/symbol.ho \ ./heimdal/lib/vers/print_version.ho \ ./lib/socket_wrapper/socket_wrapper.ho \ - replace.ho + ./heimdal_build/replace.ho PRIVATE_DEPENDENCIES = HEIMDAL_ASN1_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H EXT_SOCKET EXT_NSL # End BINARY asn1_compile @@ -501,7 +501,7 @@ OBJ_FILES = ./heimdal/lib/vers/print_version.ho \ ./heimdal/lib/roken/strupr.ho \ ./heimdal/lib/roken/setprogname.ho \ ./lib/socket_wrapper/socket_wrapper.ho \ - replace.ho + ./heimdal_build/replace.ho PRIVATE_DEPENDENCIES = HEIMDAL_COM_ERR_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H EXT_SOCKET EXT_NSL # End BINARY compile_et ####################### |