From: Tilman Sauerbeck Date: Thu, 19 Aug 2004 12:21:38 +0000 (+0000) Subject: Build system fixes. X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=commitdiff_plain;h=951a30dbb4c36c58839337b93afdbc0d5f7efebd Build system fixes. --- diff --git a/Makefile.am b/Makefile.am index 6033014..7aa2196 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am 60 2004-08-10 14:12:36Z tilman $ +## $Id: Makefile.am 76 2004-08-19 12:21:38Z tilman $ -SUBDIRS = src +SUBDIRS = m4 src DOC_INPUT = src/ecore/rb_ecore.c \ src/ecore/rb_timer.c \ src/ecore/rb_idler.c \ diff --git a/m4/Makefile.am b/m4/Makefile.am index 76a4158..62cbdd3 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,3 @@ -## $Id: Makefile.am 9 2004-06-19 19:53:47Z tilman $ +## $Id: Makefile.am 76 2004-08-19 12:21:38Z tilman $ -EXTRA_DIST = ac_path_generic.m4 ac_ruby.m4 +EXTRA_DIST = ac_path_generic.m4 ac_ruby_ext.m4