From c48cf8787b7e1d40762e66aa72969f530359e4d5 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Sun, 18 Apr 2010 20:52:33 +0000 Subject: [PATCH] needs einaxx SVN revision: 48113 --- eflxx_examples/src/edjexx/simple/Makefile.am | 6 ++++-- eflxx_examples/src/emotionxx/simple/Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/eflxx_examples/src/edjexx/simple/Makefile.am b/eflxx_examples/src/edjexx/simple/Makefile.am index 4be777d..ce7cc8c 100644 --- a/eflxx_examples/src/edjexx/simple/Makefile.am +++ b/eflxx_examples/src/edjexx/simple/Makefile.am @@ -9,7 +9,8 @@ edjexx_example_simple_LDADD = \ $(EDJEXX_LIBS) \ $(ECOREXX_LIBS) \ $(EFL_LIBS) \ - $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la + $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la \ + $(EINAXX_LIBS) edjexx_example_simple_DEPENDENCIES = \ $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la @@ -17,7 +18,8 @@ edjexx_example_simple_DEPENDENCIES = \ AM_CPPFLAGS = \ $(EDJEXX_CFLAGS) \ $(ECOREXX_CFLAGS) \ - $(EFL_CFLAGS) + $(EFL_CFLAGS) \ + $(EINAXX_CFLAGS) ## File created by the gnome-build tools diff --git a/eflxx_examples/src/emotionxx/simple/Makefile.am b/eflxx_examples/src/emotionxx/simple/Makefile.am index 40b80de..f2d4174 100644 --- a/eflxx_examples/src/emotionxx/simple/Makefile.am +++ b/eflxx_examples/src/emotionxx/simple/Makefile.am @@ -10,7 +10,8 @@ emotionxx_example_simple_LDADD = \ $(ECOREXX_LIBS) \ $(EFL_LIBS) \ $(EMOTIONXX_LIBS) \ - $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la + $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la \ + $(EINAXX_LIBS) emotionxx_example_simple_DEPENDENCIES = \ $(PACKAGE_SOURCE_DIR)/src/common/libeflxx_example_common.la @@ -19,7 +20,8 @@ AM_CPPFLAGS = \ $(EDJEXX_CFLAGS) \ $(ECOREXX_CFLAGS) \ $(EFL_CFLAGS) \ - $(EMOTIONXX_CFLAGS) + $(EMOTIONXX_CFLAGS) \ + $(EINAXX_CFLAGS) ## File created by the gnome-build tools