Call other event handlers, too.
[ruby-ecore.git] / src / ecore / Makefile.am
1 ## $Id: Makefile.am 77 2004-08-19 17:39:29Z 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_event_handler.c rb_event_handler.h
13
14 ecore_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(ECORE_LIBS)
15 ecore_la_LDFLAGS = -module -avoid-version