summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-10 05:45:50 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-10 05:45:50 +0000
commit93ac29f610e24a617dc5c1dac49b7233842b6da4 (patch)
tree2283e158c578435189929f9a0f86c4a68b5848bd /data
parent83a8742d4e2872cd3db49b86e7d8c2546aeb05f4 (diff)
downloadefl-93ac29f610e24a617dc5c1dac49b7233842b6da4.tar.gz
efl/emotion: fix usage of eina_prefix, add checkme file.
we were using "" for locale that made eina_prefix think that we did not had a common prefix. take the time and add a magic file "checkme" to be checked at runtime to validate stuff. also made the binaries be searched in MODULE_ARCH namespace. SVN revision: 82507
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
-rw-r--r--data/emotion/checkme2
2 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index abbdfaf2a1..5104f31b1b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -59,3 +59,10 @@ edje/vim/plugin-info.txt \
edje/vim/snippets/edc.snippets \
edje/vim/syntax/edc.vim \
edje/vim/syntax/embryo.vim
+
+
+########################################################################
+# Emotion
+emotionfilesdir = $(datadir)/emotion
+emotionfiles_DATA = emotion/checkme
+EXTRA_DIST += $(emotionfiles_DATA)
diff --git a/data/emotion/checkme b/data/emotion/checkme
new file mode 100644
index 0000000000..e2f46e1c27
--- /dev/null
+++ b/data/emotion/checkme
@@ -0,0 +1,2 @@
+This is just a test file used to help emotion determine its prefix
+location.