From: Frank Mori Hess Date: Sat, 19 Jun 2004 17:55:38 +0000 (+0000) Subject: added some files to EXTRA_DIST that were left out of tarball X-Git-Tag: r0_7_22~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06a5a7846a3bab8a434eedbe6f6cefa18ef87186;p=comedilib.git added some files to EXTRA_DIST that were left out of tarball --- diff --git a/swig/ruby/Makefile.am b/swig/ruby/Makefile.am index dc40523..ea5a725 100644 --- a/swig/ruby/Makefile.am +++ b/swig/ruby/Makefile.am @@ -1,5 +1,6 @@ - -EXTRA_DIST = demo lib +## explicitly list ext/comedi_ruby_wrap.c in EXTRA_DIST so that it +## gets built and put into tarball during 'make dist' +EXTRA_DIST = demo lib ext ext/comedi_ruby_wrap.c setup.rb BUILT_SOURCES = ext/comedi_ruby_wrap.c