X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2FMakefile.am;h=f9687ae40ff04de07e5427c0b9928b04ade25f53;hp=70718a148757838d51beddf276c5ecb99e764912;hb=2de5f9f833885104f3fb1bf1636d7323c160cdfd;hpb=2df440b7f214ee703b3bf911a6f744175dc07c13 diff --git a/src/ecore_evas/Makefile.am b/src/ecore_evas/Makefile.am index 70718a1..f9687ae 100644 --- a/src/ecore_evas/Makefile.am +++ b/src/ecore_evas/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 10 2004-06-19 19:57:02Z tilman $ +## $Id: Makefile.am 22 2004-06-26 16:43:41Z tilman $ AM_CFLAGS = $(ECORE_CFLAGS) $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) @@ -9,7 +9,8 @@ extdir = $(RUBYSITEDIR) ecore_evas_la_SOURCES = rb_ecore_evas_main.c rb_ecore_evas_main.h \ rb_ecore_evas.c rb_ecore_evas.h \ rb_software_x11.c rb_software_x11.h \ - rb_gl_x11.c rb_gl_x11.h + rb_gl_x11.c rb_gl_x11.h \ + rb_fb.c rb_fb.h ecore_evas_la_LIBADD = -lruby $(ECORE_LIBS) $(EVAS_LIBS) ecore_evas_la_LDFLAGS = -module -avoid-version