stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=97a8b8518beb6bebad8287acc800804980c1eb20

commit 97a8b8518beb6bebad8287acc800804980c1eb20
Author: Stefan Schmidt <[email protected]>
Date:   Tue Apr 8 10:56:42 2014 +0200

    build: Fix make distcheck for tgv saver
    
    Classical copy and paste bug in Makefle.am. The saver src dir only has
    the *save* code.
---
 src/Makefile_Evas.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 34d3315..740cbb1 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -1774,7 +1774,7 @@ modules_evas_loaders_tgv_module_la_LIBTOOLFLAGS = 
--tag=disable-static
 savertgvpkgdir = $(libdir)/evas/modules/savers/tgv/$(MODULE_ARCH)
 savertgvpkg_LTLIBRARIES = modules/evas/savers/tgv/module.la
 modules_evas_savers_tgv_module_la_SOURCES = \
-modules/evas/savers/tgv/evas_image_load_tgv.c \
+modules/evas/savers/tgv/evas_image_save_tgv.c \
 static_libs/rg_etc/rg_etc1.c \
 static_libs/rg_etc/rg_etc1.h \
 static_libs/lz4/lz4.c \

-- 


Reply via email to