Recompile c code if any header file changed, not just mop.h
Florian Ragwitz [Mon, 16 Mar 2009 17:53:46 +0000 (18:53 +0100)]
Makefile.PL

index b97d941..a8c8613 100644 (file)
@@ -52,7 +52,7 @@ makemaker_args( CCFLAGS => $ccflags );
 }
 
 postamble(<<'EOM');
-$(OBJECT) : include/mop.h
+$(OBJECT) : include/*.h
 EOM
 
 WriteAll();