Changeset 595
- Timestamp:
- 08/22/08 16:50:01
- Files:
-
- openpgpsdk/trunk/configure (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/configure
r580 r595 140 140 print "make cunit\n"; 141 141 system('make cunit') == 0 || exit; 142 print "make packet-show-cast.h\n"; 143 system('cd include/openpgpsdk; make packet-show-cast.h') == 0 || exit; 142 144 print "make clean\n"; 143 145 system('make clean') == 0 || exit;
