Hi, I'm using cmake to build a ruby module for swig. My problem is, when I change something in a header file, the wrap file is not automatically re-generated. So I have to run "touch module_name.i" or save the .i - file again before typing make. Can I avoid this somehow? Thanks in advance, Peter