From 06a5a7846a3bab8a434eedbe6f6cefa18ef87186 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 19 Jun 2004 17:55:38 +0000 Subject: [PATCH] added some files to EXTRA_DIST that were left out of tarball --- swig/ruby/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2