diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 18:29:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 18:29:00 +0200 |
commit | f56432e8c34b4a75621665d0c3f08e46963b441d (patch) | |
tree | 1798ec22da42f4fc6b3ad0566482c0cb6de9c8d7 /source4/heimdal_build/config.mk | |
parent | 1284308a35f4983609fd77633b6137fdf8df6c75 (diff) | |
download | samba-f56432e8c34b4a75621665d0c3f08e46963b441d.tar.gz samba-f56432e8c34b4a75621665d0c3f08e46963b441d.tar.bz2 samba-f56432e8c34b4a75621665d0c3f08e46963b441d.zip |
Use variable path for heimdal glue code.
(This used to be commit 3fce4889b3f6ddc38e3dd3e1ffd4e7252f370883)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-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 8eea568ad7..17fc8c93ec 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -473,7 +473,7 @@ PUBLIC_DEPENDENCIES = LIBNETIF LIBSAMBA-HOSTCONFIG # End SUBSYSTEM HEIMDAL_GLUE ####################### -HEIMDAL_GLUE_OBJ_FILES = heimdal_build/glue.o +HEIMDAL_GLUE_OBJ_FILES = $(heimdalbuildsrcdir)/glue.o ####################### # Start SUBSYSTEM HEIMDAL_COM_ERR |