summaryrefslogtreecommitdiff
path: root/src/Makefile_Eina.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_Eina.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_Eina.am')
-rw-r--r--src/Makefile_Eina.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am
index b2e42ec6cf..9586e2bf6d 100644
--- a/src/Makefile_Eina.am
+++ b/src/Makefile_Eina.am
@@ -228,7 +228,7 @@ lib_eina_libeina_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
### Script
-bin_SCRIPTS = scripts/eina/eina-bench-cmp
+bin_SCRIPTS += scripts/eina/eina-bench-cmp
### Unit tests
@@ -325,7 +325,7 @@ tests_eina_module_dummy_la_LIBTOOLFLAGS = --tag=disable-static
endif
EXTRA_DIST += \
-lib/eina/eina_config.h.in \
lib/eina/eina_strbuf_template_c.x \
lib/eina/eina_binbuf_template_c.x \
+tests/eina/sample.gpx \
$(bin_SCRIPTS)