summaryrefslogtreecommitdiff
path: root/data/objects
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2013-12-01 20:58:18 +0900
committerCedric Bail <cedric.bail@free.fr>2013-12-01 20:59:55 +0900
commit987d08f89ea28d75a463841b71161ca4ac25933b (patch)
tree32b75da8321d86a2f52aa408105add2110d7e2b3 /data/objects
parent245db8fd27705571d9b7a3f14b4917e55d7281f5 (diff)
downloadelementary-987d08f89ea28d75a463841b71161ca4ac25933b.tar.gz
elm_prefs_cc: use the right macro to allow cross compilation nicely.
Diffstat (limited to 'data/objects')
-rw-r--r--data/objects/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/objects/Makefile.am b/data/objects/Makefile.am
index c6a775db8..88c4f1a3b 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 \