Added Ecore::Animator.
[ruby-ecore.git] / src / ecore / Makefile.am
1 ## $Id: Makefile.am 146 2004-11-27 15:38:52Z tilman $
2
3 AM_CFLAGS = $(ECORE_CFLAGS)
4 INCLUDES = -I$(RUBYDIR)
5
6 ext_LTLIBRARIES = ecore.la
7 extdir = $(RUBYSITEDIR)
8
9 ecore_la_SOURCES = rb_ecore.c rb_ecore.h \
10                    rb_idler.c rb_idler.h \
11                    rb_timer.c rb_timer.h \
12                    rb_animator.c rb_animator.h \
13                    rb_event_handler.c rb_event_handler.h \
14                    rb_fd_handler.c rb_fd_handler.h
15
16 ecore_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ECORE_LIBS)
17 ecore_la_LDFLAGS = -module -avoid-version