Overview
Comment: | Added splint target to makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b59eaf52c097be6ee6db6da0d362ca12 |
User & Date: | rkeene on 2010-05-17 03:24:14 |
Other Links: | manifest | tags |
Context
2010-05-17
| ||
04:50 | Updated to build both debug library and release library check-in: 0fae105f13 user: rkeene tags: trunk | |
03:24 | Added splint target to makefile check-in: b59eaf52c0 user: rkeene tags: trunk | |
00:20 |
Fixed issues with signdecrypt buffer sizes
Centralized reading of identities Added debugging to determine why wrong applet ID is being stored in identity check-in: eaa9f36a2b user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [f395f71fdd] to [53575a9140].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + - + + + + + | prefix = @prefix@ exec_prefix = @exec_prefix@ libdir = @libdir@ @SET_MAKE@ all: libcackey.@SHOBJEXT@ |
︙ |