## $Id: Makefile.am 2 2004-06-19 18:55:39Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) ext_LTLIBRARIES = evas.la extdir = $(RUBYSITEDIR) evas_la_SOURCES = rb_evas.c rb_evas.h \ rb_evas_object.c rb_evas_object.h evas_la_LIBADD = -lruby $(EVAS_LIBS) evas_la_LDFLAGS = -module -avoid-version pkgincludedir = $(RUBYSITEDIR) pkginclude_HEADERS = rb_evas_object.h