Changeset 595

Show
Ignore:
Timestamp:
08/22/08 16:50:01
Author:
rachel
Message:

Explicitly build packet-show-cast.h in configure
to get past some Solaris weirdness.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/configure

    r580 r595  
    140140print "make cunit\n"; 
    141141system('make cunit') == 0 || exit; 
     142print "make packet-show-cast.h\n"; 
     143system('cd include/openpgpsdk; make packet-show-cast.h') == 0 || exit; 
    142144print "make clean\n"; 
    143145system('make clean') == 0 || exit;