Author: post
Date: 2010-06-19 16:22:21 +0200 (Sat, 19 Jun 2010)
New Revision: 3430

Modified:
   trunk/plugins/load-rawspeed/Makefile.am
Log:
Precompiled header should no longer be re-compiled every time.

Modified: trunk/plugins/load-rawspeed/Makefile.am
===================================================================
--- trunk/plugins/load-rawspeed/Makefile.am     2010-06-19 13:52:23 UTC (rev 
3429)
+++ trunk/plugins/load-rawspeed/Makefile.am     2010-06-19 14:22:21 UTC (rev 
3430)
@@ -15,7 +15,7 @@
        -I$(top_srcdir)/plugins/load-rawspeed/rawspeed/
 
 BUILT_SOURCES = rawspeed/StdAfx.h.gch
-rawspeed/StdAfx.h.gch: rawspeed/StdAfx.cpp rawspeed/StdAfx.h
+rawspeed/StdAfx.h.gch: rawspeed/StdAfx.h
        $(CXXCOMPILE) -c $<  
 
 clean-local:


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to