diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 20:55:12 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 20:55:12 +0000 |
commit | 2b29626d8d5aa47119759d0ef1d0876674f06254 (patch) | |
tree | 13622da45e0f86f8fde5bc8d50e953e958495691 /src/Makefile_Ecore_Wayland.am | |
parent | 7abf31c88264c2a7692ce61c7985bc49e979163e (diff) |
efl: fix make dist.
Carefully compared 'svn export' and 'make dist' results and couple of
files were missing.
Changes:
* Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't
distribute them here as they will contain ./configure data such as
install location.
* src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST
won't work properly. We must EXTRA_DIST outside of the if-endif
block.
* static_libs/liblinebreak: removed couple of unused files.
SVN revision: 82241
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index 46e2d8bc5f..9afeda230d 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -1,3 +1,4 @@ | |||
1 | if HAVE_ECORE_WAYLAND | ||
1 | 2 | ||
2 | ### Library | 3 | ### Library |
3 | 4 | ||
@@ -33,3 +34,4 @@ lib/eina/libeina.la \ | |||
33 | @ECORE_WAYLAND_LIBS@ | 34 | @ECORE_WAYLAND_LIBS@ |
34 | 35 | ||
35 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | 36 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ |
37 | endif | ||