Overview
Comment: | Made DEBUG default build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 9f3d0cb9315b8a31749fad27c0bd6bf90132a00e |
User & Date: | rkeene on 2010-05-13 00:36:28 |
Other Links: | manifest | tags |
Context
2010-05-13
| ||
15:58 |
Updated to use certificate from identity in attribute finding
Updated to correctly pass certificate number check-in: 9b6cdd281c user: rkeene tags: trunk | |
00:36 | Made DEBUG default build check-in: 9f3d0cb931 user: rkeene tags: trunk | |
00:03 | Added missing cleanup target check-in: 374bb50b7f user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [8de5e94055] to [f395f71fdd].
1 1 CC = @PTHREAD_CC@ 2 -CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ 2 +RELCFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ 3 3 DEBUGCFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ -DCACKEY_DEBUG=1 4 -CPPFLAGS = @CPPFLAGS@ @DEFS@ -I./pkcs11/ 4 +RELCPPFLAGS = @CPPFLAGS@ @DEFS@ -I./pkcs11/ 5 5 DEBUGCPPFLAGS = @CPPFLAGS@ -DCACKEY_DEBUG=1 -I./pkcs11/ @DEFS@ 6 +CFLAGS = $(DEBUGCFLAGS) 7 +CPPFLAGS = $(DEBUGCPPFLAGS) 6 8 LDFLAGS = @LDFLAGS@ 7 9 LIBS = @LIBS@ @PTHREAD_LIBS@ 8 10 SHOBJFLAGS = @SHOBJFLAGS@ 9 11 SHOBJLDFLAGS = @SHOBJLDFLAGS@ 10 12 AR = @AR@ 11 13 RANLIB = @RANLIB@ 12 14 prefix = @prefix@