Lots of new stuff.
[ruby-evas.git] / src / Makefile.am
1 ## $Id: Makefile.am 20 2004-06-22 20:46:56Z 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
13 evas_la_LIBADD = -lruby $(EVAS_LIBS)
14 evas_la_LDFLAGS = -module -avoid-version
15
16 pkgincludedir = $(RUBYSITEDIR)
17 pkginclude_HEADERS = rb_evas_object.h rb_evas.h