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_Wayland.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_Wayland.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index 1fc16f2ae5..46e2d8bc5f 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -22,7 +22,6 @@ lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \ | |||
22 | -I$(top_srcdir)/src/lib/ecore \ | 22 | -I$(top_srcdir)/src/lib/ecore \ |
23 | -I$(top_srcdir)/src/lib/ecore_input \ | 23 | -I$(top_srcdir)/src/lib/ecore_input \ |
24 | -I$(top_srcdir)/src/lib/ecore_wayland \ | 24 | -I$(top_srcdir)/src/lib/ecore_wayland \ |
25 | @EFL_CFLAGS@ \ | ||
26 | @EFL_COV_CFLAGS@ \ | 25 | @EFL_COV_CFLAGS@ \ |
27 | @ECORE_WAYLAND_CFLAGS@ | 26 | @ECORE_WAYLAND_CFLAGS@ |
28 | 27 | ||