X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore%2FMakefile.am;h=2f745845e4cfd207f8da266ac7b955464192aed2;hp=6d481def67e801970b1834ef4d70fe5a660b9af3;hb=0808f1c1131c38d4f1d72b9013856c5fd138dc1f;hpb=27ce69a27f789d34afdd7c4423c0535999393c64 diff --git a/src/ecore/Makefile.am b/src/ecore/Makefile.am index 6d481de..2f74584 100644 --- a/src/ecore/Makefile.am +++ b/src/ecore/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 146 2004-11-27 15:38:52Z tilman $ +## $Id: Makefile.am 152 2004-12-09 18:33:15Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -8,6 +8,7 @@ extdir = $(RUBYSITEDIR) ecore_la_SOURCES = rb_ecore.c rb_ecore.h \ rb_idler.c rb_idler.h \ + rb_idle_enterer.c rb_idle_enterer.h \ rb_timer.c rb_timer.h \ rb_animator.c rb_animator.h \ rb_event_handler.c rb_event_handler.h \