summaryrefslogtreecommitdiff
path: root/src/Makefile_Elua.am
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2015-04-10 11:44:30 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2015-05-06 15:05:19 +0100
commit87a8e51cd3457fc8a0cc89add65bc281e0f122db (patch)
tree2685074029eea0dbe092352f6b131f86eee906ed /src/Makefile_Elua.am
parent5f6109bc4776084b093662215146f7c16247d62f (diff)
downloadefl-87a8e51cd3457fc8a0cc89add65bc281e0f122db.tar.gz
elua: remove elua_prefix from main runtime
Diffstat (limited to 'src/Makefile_Elua.am')
-rw-r--r--src/Makefile_Elua.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile_Elua.am b/src/Makefile_Elua.am
index 8a5fc821e1..49ba426711 100644
--- a/src/Makefile_Elua.am
+++ b/src/Makefile_Elua.am
@@ -31,9 +31,7 @@ bin_elua_elua_SOURCES = \
bin/elua/main.c
bin_elua_elua_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ELUA_CFLAGS@ \
- -DLOCALE_DIR=\"@LOCALE_DIR@\" \
- -DPACKAGE_BIN_DIR=\"$(bindir)\" \
- -DPACKAGE_DATA_DIR=\"$(datadir)/elua\"
+ -DLOCALE_DIR=\"@LOCALE_DIR@\"
if HAVE_OSX
if HAVE_X86_64