autotools: remove all usage of evas_image_loader_tgv_(cflags|libs)
authorBoris Faure <billiob@gmail.com>
Wed, 17 Apr 2019 15:18:56 +0000 (11:18 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 24 Apr 2019 05:24:47 +0000 (14:24 +0900)
Summary:
these are empty variables which are apparently causing build errors for
some users in certain cases
Finishes work from c2ae61ed0dd367bd589eb73c4bfe2f68dac92d23 (
https://phab.enlightenment.org/D7876 )

Reviewers: zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8623

src/Makefile_Evas.am

index b96a7eb..0f29c7b 100755 (executable)
@@ -2378,15 +2378,14 @@ modules_evas_image_savers_tgv_module_la_CPPFLAGS = \
 -I$(top_srcdir)/src/static_libs/rg_etc \
 -I$(top_srcdir)/src/lib/evas/ \
 -DEFL_BUILD \
-@EVAS_CFLAGS@ \
-@evas_image_saver_tgv_cflags@
+@EVAS_CFLAGS@
+
 if ! ENABLE_LIBLZ4
 modules_evas_image_savers_tgv_module_la_CPPFLAGS += \
 -I$(top_srcdir)/src/static_libs/lz4
 endif
 modules_evas_image_savers_tgv_module_la_LIBADD = \
-@USE_EVAS_LIBS@ \
-@evas_image_saver_tgv_libs@
+@USE_EVAS_LIBS@
 modules_evas_image_savers_tgv_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@
 modules_evas_image_savers_tgv_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
 modules_evas_image_savers_tgv_module_la_LIBTOOLFLAGS = --tag=disable-static