summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_SDL.am
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
commit2b29626d8d5aa47119759d0ef1d0876674f06254 (patch)
tree13622da45e0f86f8fde5bc8d50e953e958495691 /src/Makefile_Ecore_SDL.am
parent7abf31c88264c2a7692ce61c7985bc49e979163e (diff)
downloadefl-2b29626d8d5aa47119759d0ef1d0876674f06254.tar.gz
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 'src/Makefile_Ecore_SDL.am')
-rw-r--r--src/Makefile_Ecore_SDL.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Ecore_SDL.am b/src/Makefile_Ecore_SDL.am
index 1970ea6d10..deaacbe077 100644
--- a/src/Makefile_Ecore_SDL.am
+++ b/src/Makefile_Ecore_SDL.am
@@ -1,3 +1,4 @@
+if HAVE_ECORE_SDL
### Library
@@ -31,3 +32,4 @@ lib/eina/libeina.la \
@ECORE_SDL_LIBS@
lib_ecore_sdl_libecore_sdl_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
+endif