57e38e364702bb81ed6d40db2b4cd17f32c4967a
[ruby-evas.git] / src / Makefile.am
1 ## $Id: Makefile.am 73 2004-08-16 18:11:52Z 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                   rb_smart.c rb_smart.h
19
20 evas_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(EVAS_LIBS)
21 evas_la_LDFLAGS = -module -avoid-version
22
23 pkgincludedir = $(RUBYSITEDIR)/evas
24 pkginclude_HEADERS = rb_evas_object.h rb_evas.h