summaryrefslogtreecommitdiff
path: root/ext/digest/extconf.rb
blob: a8c68850a297603a4b1933e41753113a1bd92aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: false
# $RoughId: extconf.rb,v 1.6 2001/07/13 15:38:27 knu Exp $
# $Id$

require "mkmf"

$INSTALLFILES = {
  "digest.h" => "$(HDRDIR)"
}

create_makefile("digest")