diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 22:15:29 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 22:15:29 +0000 |
commit | 493f9a9ff9ba1a37664fa68be35ae31c15ecaba7 (patch) | |
tree | 18279a61fd0dbff102669f21ea6a86856fb9f5a2 /src/Makefile_Ecore_Wayland.am | |
parent | cd3d6653af9ae6af278e5553761202f196dcee78 (diff) |
efl: unify LDFLAGS for LTLIBRARIES
SVN revision: 81911
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index d4a111f1f1..1fc16f2ae5 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -33,4 +33,4 @@ lib/eo/libeo.la \ | |||
33 | lib/eina/libeina.la \ | 33 | lib/eina/libeina.la \ |
34 | @ECORE_WAYLAND_LIBS@ | 34 | @ECORE_WAYLAND_LIBS@ |
35 | 35 | ||
36 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = -no-undefined -version-info @version_info@ @release_info@ | 36 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ |