X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore%2FMakefile.am;h=6d481def67e801970b1834ef4d70fe5a660b9af3;hb=27ce69a27f789d34afdd7c4423c0535999393c64;hp=be693deac4a9bce2688bcf5ed1c6f664a121278d;hpb=2962de7235c7fa00db16fcfc707fae0c977b4cbc;p=ruby-ecore.git diff --git a/src/ecore/Makefile.am b/src/ecore/Makefile.am index be693de..6d481de 100644 --- a/src/ecore/Makefile.am +++ b/src/ecore/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 120 2004-10-18 20:23:32Z tilman $ +## $Id: Makefile.am 146 2004-11-27 15:38:52Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -9,6 +9,7 @@ extdir = $(RUBYSITEDIR) ecore_la_SOURCES = rb_ecore.c rb_ecore.h \ rb_idler.c rb_idler.h \ rb_timer.c rb_timer.h \ + rb_animator.c rb_animator.h \ rb_event_handler.c rb_event_handler.h \ rb_fd_handler.c rb_fd_handler.h