Added keywords, updated GET_OBJ macro.
[ruby-evas.git] / src / Makefile.am
1 ## $Id: Makefile.am 2 2004-06-19 18:55:39Z tilman $
2
3 AM_CFLAGS = $(EVAS_CFLAGS)
4 INCLUDES = -I$(RUBYDIR)
5
6 ext_LTLIBRARIES = evas.la
7 extdir = $(RUBYSITEDIR)
8
9 evas_la_SOURCES = rb_evas.c rb_evas.h \
10                   rb_evas_object.c rb_evas_object.h
11
12 evas_la_LIBADD = -lruby $(EVAS_LIBS)
13 evas_la_LDFLAGS = -module -avoid-version
14
15 pkgincludedir = $(RUBYSITEDIR)
16 pkginclude_HEADERS = rb_evas_object.h