Added more Evas objects.
[ruby-evas.git] / src / Makefile.am
1 ## $Id: Makefile.am 23 2004-06-26 22:55:31Z 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_main.c rb_evas_main.h \
10                   rb_evas.c rb_evas.h \
11                   rb_evas_object.c rb_evas_object.h \
12                   rb_rectangle.c rb_rectangle.h \
13                   rb_line.c rb_line.h \
14                   rb_gradient.c rb_gradient.h \
15                   rb_polygon.c rb_polygon.h \
16                   rb_image.c rb_image.h \
17                   rb_text.c rb_text.h
18
19 evas_la_LIBADD = -lruby $(EVAS_LIBS)
20 evas_la_LDFLAGS = -module -avoid-version
21
22 pkgincludedir = $(RUBYSITEDIR)
23 pkginclude_HEADERS = rb_evas_object.h rb_evas.h