Overview
Comment: | Updated to make target directory tree |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
627054cdf02cd7fb7c67e7e8282f6b99 |
User & Date: | rkeene on 2010-05-21 15:43:01 |
Other Links: | manifest | tags |
Context
2010-05-21
| ||
15:43 | Worked around bug in GDM (619297) that rejects a slotid of 0 check-in: 78b2c8546f user: rkeene tags: trunk | |
15:43 | Updated to make target directory tree check-in: 627054cdf0 user: rkeene tags: trunk | |
00:32 | CACKey 0.5.4 check-in: de006af60b user: rkeene tags: 0.5.4, trunk | |
Changes
Modified Makefile.in from [5352176369] to [d7442c4068].
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + | test: test.c libcackey_g.@SHOBJEXT@ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test test.c -Wl,-R,. libcackey_g.@SHOBJEXT@ splint-cackey.txt: cackey.c asn1-x509.c asn1-x509.h config.h splint $(DEBUGCPPFLAGS) -DCACKEY_PARANOID=1 -weak +posixlib -I/usr/include/PCSC -Ipkcs11 cackey.c > splint-cackey.txt install: libcackey.@SHOBJEXT@ |
︙ |