diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 18:03:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:45 -0500 |
commit | d8e35f882879e189f55b3bca818dd44cc5f0c6fa (patch) | |
tree | e9a9696ef8406b06cdaa2dee0dfcc2d01d594d76 /source4/kdc | |
parent | 448483199fb436309735f5203b3282fca2c517ec (diff) | |
download | samba-d8e35f882879e189f55b3bca818dd44cc5f0c6fa.tar.gz samba-d8e35f882879e189f55b3bca818dd44cc5f0c6fa.tar.bz2 samba-d8e35f882879e189f55b3bca818dd44cc5f0c6fa.zip |
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
the difference between these at all, and in the future the
fact that INIT_OBJ_FILES include smb_build.h will be sufficient to
have recompiles at the right time.
(This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/config.mk | 2 | ||||
-rw-r--r-- | source4/kdc/heimdal_config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk index ef14f83893..f1aef75df5 100644 --- a/source4/kdc/config.mk +++ b/source4/kdc/config.mk @@ -4,7 +4,7 @@ # Start SUBSYSTEM KDC [SUBSYSTEM::KDC] NOPROTO = YES -INIT_OBJ_FILES = \ +OBJ_FILES = \ kdc.o \ pac-glue.o \ hdb-ldb.o \ diff --git a/source4/kdc/heimdal_config.mk b/source4/kdc/heimdal_config.mk index 3e5122363b..0d4ce73e40 100644 --- a/source4/kdc/heimdal_config.mk +++ b/source4/kdc/heimdal_config.mk @@ -1,7 +1,7 @@ ####################### # Start SUBSYSTEM HEIMDAL [LIBRARY::HEIMDAL] -ADD_OBJ_FILES = \ +OBJ_FILES = \ ../heimdal/lib/vers/print_version.o \ ../heimdal/kdc/default_config.o \ ../heimdal/kdc/kerberos5.o \ |