summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-10-18 21:40:49 +0000
committerNathan Kinder <nkinder@redhat.com>2006-10-18 21:40:49 +0000
commitb576af36c4d73c622ac19cc1a8cec51a606637d1 (patch)
tree5bcd22dacff6eb3bfbf0e7f4ede458e9cbbdb8a9 /Makefile.in
parent9f97f7486d36544038eaa52e92b802e033a62025 (diff)
downloadds-b576af36c4d73c622ac19cc1a8cec51a606637d1.tar.gz
ds-b576af36c4d73c622ac19cc1a8cec51a606637d1.tar.xz
ds-b576af36c4d73c622ac19cc1a8cec51a606637d1.zip
Resolves: 211386
Added --enable-debug configure option to add debug defines.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b3fe2c20..b2572a3f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -826,6 +826,7 @@ datadir = @datadir@
db_inc = @db_inc@
db_incdir = @db_incdir@
db_lib = @db_lib@
+debug_defs = @debug_defs@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
@@ -873,14 +874,14 @@ ACLOCAL_AMFLAGS = -I m4
#------------------------
BUILDNUM := $(shell perl $(srcdir)/buildnum.pl)
PLATFORM_DEFINES = @platform_defs@
-# NGK - Other defines which may need to be conditionally set
+DEBUG_DEFINES = @debug_defs@
DS_DEFINES = -DNS_DS -DNET_SSL -DLDAP_DEBUG -DLDAP_DONT_USE_SMARTHEAP \
-DUPGRADEDB -DNSPR20 -DLDAPDB_THREAD_SAFE -DCLIENT_AUTH \
-DMCC_HTTPD -DNS_DOMESTIC -DSPAPI20 -DSERVER_BUILD \
-DBUILD_NUM=$(BUILDNUM)
DS_INCLUDES = -I$(srcdir)/ldap/include -I$(srcdir)/ldap/servers/slapd -I$(srcdir)/include -I.
-AM_CPPFLAGS = $(PLATFORM_DEFINES) $(DS_DEFINES) $(DS_INCLUDES)
+AM_CPPFLAGS = $(PLATFORM_DEFINES) $(DEBUG_DEFINES) $(DS_DEFINES) $(DS_INCLUDES)
PLUGIN_CPPFLAGS = $(AM_CPPFLAGS) @ldapsdk_inc@ @nss_inc@ @nspr_inc@
#------------------------