X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_x%2FMakefile.am;h=71b5eec7acc9f9a2bda740dd96c69e6e2ba56e71;hp=064506df2f17e0787ad09bf5b369c6edf365fb50;hb=2962de7235c7fa00db16fcfc707fae0c977b4cbc;hpb=b7fcd426e8801e36a7b9617c46dd9668ae94a02d diff --git a/src/ecore_x/Makefile.am b/src/ecore_x/Makefile.am index 064506d..71b5eec 100644 --- a/src/ecore_x/Makefile.am +++ b/src/ecore_x/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 98 2004-08-26 13:12:55Z tilman $ +## $Id: Makefile.am 120 2004-10-18 20:23:32Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) @@ -10,7 +10,7 @@ ecore_x_la_SOURCES = rb_ecore_x.c rb_ecore_x.h \ rb_window.c rb_window.h \ rb_cursor.c rb_cursor.h -ecore_x_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(ECORE_LIBS) +ecore_x_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ECORE_LIBS) ecore_x_la_LDFLAGS = -module -avoid-version pkgincludedir = $(RUBYSITEDIR)/ecore