X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=configure.ac;h=0fc8a4b962b8c108e4375314fa80a8e074d4e8f9;hb=0808f1c1131c38d4f1d72b9013856c5fd138dc1f;hp=b50b72e37fdfb6dd866f787b1e5540997df56355;hpb=627a83d5b49b1abd92bd73a10a56042a6d202dfa;p=ruby-ecore.git diff --git a/configure.ac b/configure.ac index b50b72e..0fc8a4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id$ +dnl $Id: configure.ac 39 2004-07-25 13:13:57Z tilman $ AC_INIT(ruby-ecore, 0.0.1) AC_CONFIG_SRCDIR([src/ecore/rb_ecore.c]) @@ -9,7 +9,6 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_CC_STDC AC_PROG_INSTALL -AC_CHECK_PROG(RUBY, ruby) AM_DISABLE_STATIC AC_PROG_LIBTOOL @@ -27,10 +26,12 @@ AC_PATH_GENERIC(evas, , , AC_CONFIG_FILES([ Makefile +m4/Makefile src/Makefile src/ecore/Makefile -src/ecore_job/Makefile src/ecore_evas/Makefile +src/ecore_job/Makefile +src/ecore_x/Makefile ]) AC_OUTPUT