summaryrefslogtreecommitdiffstats
path: root/ext/digest
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-05 19:48:11 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-05 19:48:11 +0000
commitfeab839cb3f04b5fe577d5ba76a06bb7a73aa4c4 (patch)
treed5bb348e5e241f98447914567605ba03b687af5e /ext/digest
parent36e47485cee2b4eaef288c4137b338cf31420349 (diff)
downloadruby-feab839cb3f04b5fe577d5ba76a06bb7a73aa4c4.tar.gz
ruby-feab839cb3f04b5fe577d5ba76a06bb7a73aa4c4.tar.xz
ruby-feab839cb3f04b5fe577d5ba76a06bb7a73aa4c4.zip
* ext/digest/depend: Install digest.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/depend6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/digest/depend b/ext/digest/depend
index 43601a208..f8ef78dee 100644
--- a/ext/digest/depend
+++ b/ext/digest/depend
@@ -1,2 +1,8 @@
digest.o: digest.c digest.h $(hdrdir)/ruby.h $(topdir)/config.h \
$(hdrdir)/defines.h $(hdrdir)/intern.h
+
+install-so: install-h
+site-install-so: install-h
+
+install-h:
+ $(INSTALL_DATA) digest.h $(RUBYARCHDIR)