Revision
4524
Author
lsansonetti@apple.com
Date
2010-09-17 14:38:19 -0700 (Fri, 17 Sep 2010)

Log Message

no longer install digest.h

Modified Paths

Diff

Modified: MacRuby/trunk/ext/digest/extconf.rb (4523 => 4524)


--- MacRuby/trunk/ext/digest/extconf.rb	2010-09-17 21:30:26 UTC (rev 4523)
+++ MacRuby/trunk/ext/digest/extconf.rb	2010-09-17 21:38:19 UTC (rev 4524)
@@ -3,8 +3,4 @@
 
 require "mkmf"
 
-$INSTALLFILES = {
-  "digest.h" => "$(HDRDIR)"
-}
-
 create_makefile("digest")