diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-31 00:46:14 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-31 00:46:14 +0000 |
commit | df1b3d30c4ca130fcecce67b2c0fcbbbcfa5a29c (patch) | |
tree | e26086071ac285910d3e162c39819f3a2c3affea /src/Makefile_Ecore_File.am | |
parent | 51f8fe26fc4774e69be3547d49ae902c287c8b61 (diff) |
efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage.
- remove EFL_LIBS and EFL_CFLAGS, use per-lib values that inherit
from EFL (general)
- add NAME_LDFLAGS and EFL_LDFLAGS for linker flags.
- LDADD (binaries) now use NAME_LDFLAGS instead of NAME_LIBS, as they
link to libname.la and that will pull in the libtool dependencies
SVN revision: 81915
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_File.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_File.am b/src/Makefile_Ecore_File.am index 7c9ffa7fcb..8dfa6f320a 100644 --- a/src/Makefile_Ecore_File.am +++ b/src/Makefile_Ecore_File.am | |||
@@ -35,7 +35,7 @@ lib_ecore_file_libecore_file_la_CPPFLAGS = \ | |||
35 | -I$(top_srcdir)/src/lib/ecore_con \ | 35 | -I$(top_srcdir)/src/lib/ecore_con \ |
36 | -I$(top_srcdir)/src/lib/ecore_file \ | 36 | -I$(top_srcdir)/src/lib/ecore_file \ |
37 | -DEFL_ECORE_FILE_BUILD \ | 37 | -DEFL_ECORE_FILE_BUILD \ |
38 | @EFL_CFLAGS@ \ | 38 | @ECORE_FILE_CFLAGS@ \ |
39 | @EFL_COV_CFLAGS@ | 39 | @EFL_COV_CFLAGS@ |
40 | 40 | ||
41 | lib_ecore_file_libecore_file_la_LIBADD = \ | 41 | lib_ecore_file_libecore_file_la_LIBADD = \ |