X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_x%2FMakefile.am;h=71b5eec7acc9f9a2bda740dd96c69e6e2ba56e71;hb=04602ae0d3b6898a47caf7f46600a6058b697a81;hp=0969cccb25ea22d76a3018a6b64fcc5b62d940f0;hpb=810fc05e89fcbdc679cb866b178d6036d1e67235;p=ruby-ecore.git diff --git a/src/ecore_x/Makefile.am b/src/ecore_x/Makefile.am index 0969ccc..71b5eec 100644 --- a/src/ecore_x/Makefile.am +++ b/src/ecore_x/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 39 2004-07-25 13:13:57Z tilman $ +## $Id: Makefile.am 120 2004-10-18 20:23:32Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) @@ -7,7 +7,11 @@ ext_LTLIBRARIES = ecore_x.la extdir = $(RUBYSITEDIR) ecore_x_la_SOURCES = rb_ecore_x.c rb_ecore_x.h \ - rb_window.c rb_window.h + rb_window.c rb_window.h \ + rb_cursor.c rb_cursor.h -ecore_x_la_LIBADD = -lruby $(ECORE_LIBS) +ecore_x_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ECORE_LIBS) ecore_x_la_LDFLAGS = -module -avoid-version + +pkgincludedir = $(RUBYSITEDIR)/ecore +pkginclude_HEADERS = rb_window.h