From 8817301340697b4edd21636237c7327a3cc1f038 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Fri, 30 Nov 2012 16:52:05 +0000 Subject: [PATCH] Hopefully don't bitch about elm_prefs_cc not being found anymore. SVN revision: 79914 --- data/objects/Makefile.am | 2 +- src/examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/objects/Makefile.am b/data/objects/Makefile.am index 0e36248..fe1e195 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 -ELM_PREFS_CC = $(top_builddir)/src/bin/elm_prefs_cc +ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ EXTRA_DIST = \ test.edc \ diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index e5eeeca..7a77ee4 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -35,7 +35,7 @@ EDJE_FLAGS_VERBOSE_0 = EDJE_FLAGS_VERBOSE_1 = -v EDJE_FLAGS = $(EDJE_FLAGS_$(V)) -ELM_PREFS_CC = @elm_prefs_cc@ +ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ ELEMENTARY_CODEGEN = $(top_builddir)/src/bin/@ELEMENTARY_CODEGEN_PRG@ ELEMENTARY_CODEGEN_FLAGS = --prefix=codegen_example -- 2.7.4