## $Id: Makefile.am 146 2004-11-27 15:38:52Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) INCLUDES = -I$(RUBYDIR) ext_LTLIBRARIES = ecore.la 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 ecore_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ECORE_LIBS) ecore_la_LDFLAGS = -module -avoid-version