X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore%2FMakefile.am;h=2f745845e4cfd207f8da266ac7b955464192aed2;hb=04602ae0d3b6898a47caf7f46600a6058b697a81;hp=6d481def67e801970b1834ef4d70fe5a660b9af3;hpb=d11d27f56a611be4523b0caed6da93a4cc5269f6;p=ruby-ecore.git 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 \