cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=987d08f89ea28d75a463841b71161ca4ac25933b
commit 987d08f89ea28d75a463841b71161ca4ac25933b Author: Cedric Bail <[email protected]> Date: Sun Dec 1 20:58:18 2013 +0900 elm_prefs_cc: use the right macro to allow cross compilation nicely. --- data/objects/Makefile.am | 2 +- doc/widgets/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/objects/Makefile.am b/data/objects/Makefile.am index c6a775d..88c4f1a 100644 --- a/data/objects/Makefile.am +++ b/data/objects/Makefile.am @@ -11,7 +11,7 @@ filesdir = $(datadir)/elementary/objects files_DATA = test.edj test_external.edj multip.edj cursors.edj font_preview.edj postit_ent.edj multibuttonentry.edj test_prefs.edj test_prefs.epb test_focus_custom.edj -ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ +ELM_PREFS_CC = @elm_prefs_cc@ EXTRA_DIST = \ test.edc \ diff --git a/doc/widgets/Makefile.am b/doc/widgets/Makefile.am index c1508b8..c0544f9 100644 --- a/doc/widgets/Makefile.am +++ b/doc/widgets/Makefile.am @@ -19,7 +19,7 @@ AM_CPPFLAGS = \ @ELEMENTARY_EWEATHER_CFLAGS@ \ @ELEMENTARY_EMAP_CFLAGS@ -ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ +ELM_PREFS_CC = @elm_prefs_cc@ noinst_DATA = widget_preview_prefs.epb --
