diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 17:19:43 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 17:19:43 +0000 |
commit | 733425c62c7b9a23ad465b5b9700612fae3ee356 (patch) | |
tree | fdc2f4e310d964cb96fa56a73d66fdba246d06b8 /src/Makefile_Eeze.am | |
parent | 365a4acf97c59470c317a3e80d7586efe9344bb5 (diff) |
efl: make libraries aware of EFL_RUN_IN_TREE.
this variable tells that the build is being done in tree and we should
not look at install locations.
SVN revision: 82217
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eeze.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile_Eeze.am b/src/Makefile_Eeze.am index 2375b4ee5e..c1e36b3e85 100644 --- a/src/Makefile_Eeze.am +++ b/src/Makefile_Eeze.am | |||
@@ -70,8 +70,10 @@ EEZE_COMMON_USER_LDADD = $(EEZE_COMMON_LDADD) lib/eeze/libeeze.la | |||
70 | 70 | ||
71 | lib_eeze_libeeze_la_CPPFLAGS = \ | 71 | lib_eeze_libeeze_la_CPPFLAGS = \ |
72 | $(EEZE_COMMON_CPPFLAGS) \ | 72 | $(EEZE_COMMON_CPPFLAGS) \ |
73 | -DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \ | 73 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
74 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 74 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
75 | -DPACKAGE_DATA_DIR=\"$(datadir)/eeze\" \ | ||
76 | -DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \ | ||
75 | -DEFL_EEZE_BUILD | 77 | -DEFL_EEZE_BUILD |
76 | 78 | ||
77 | lib_eeze_libeeze_la_LIBADD = $(EEZE_COMMON_LIBADD) | 79 | lib_eeze_libeeze_la_LIBADD = $(EEZE_COMMON_LIBADD) |