summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-13 13:55:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:01 -0500
commit4caf19ca3539662fc39567ab8529b30118d0b080 (patch)
treec771ddc7e9d2594545fa482d57732f8ae050720e /source4/heimdal_build/config.mk
parent833842f0aae4f61dd2f72c4f86526c3716dba79b (diff)
downloadsamba-4caf19ca3539662fc39567ab8529b30118d0b080.tar.gz
samba-4caf19ca3539662fc39567ab8529b30118d0b080.tar.bz2
samba-4caf19ca3539662fc39567ab8529b30118d0b080.zip
r8425: add err() and errx() functions needed by for compile_et on some systems
(This used to be commit 72a769b6d1a1ce5f8a19010074960b692b4755db)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r--source4/heimdal_build/config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index 572e918b96..49da7f10d2 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -326,7 +326,8 @@ ADD_OBJ_FILES = \
heimdal/lib/roken/strupr.o \
heimdal/lib/roken/getprogname.o \
heimdal/lib/roken/get_window_size.o \
- heimdal/lib/asn1/symbol.o
+ heimdal/lib/asn1/symbol.o \
+ heimdal_build/replace.o
NOPROTO = YES
# End SUBSYSTEM ASN1_COMPILER
#######################
@@ -351,7 +352,8 @@ ADD_OBJ_FILES = \
heimdal/lib/roken/getprogname.o \
heimdal/lib/roken/strupr.o \
heimdal/lib/roken/print_version.o \
- heimdal/lib/roken/setprogname.o
+ heimdal/lib/roken/setprogname.o \
+ heimdal_build/replace.o
NOPROTO = YES
# End SUBSYSTEM COMPILE_ET
#######################