From 8dbb8944b3c9980f5cb79b8c47dc9bb43fc5fdaf Mon Sep 17 00:00:00 2001 From: Al Poole Date: Fri, 11 Aug 2017 13:10:10 -0500 Subject: [PATCH] makefile_evas: fix includes when openjpeg 1.5 and 2.0 are installed. Reviewers: vtorri Subscribers: ManMower, cedric, jpeg Differential Revision: https://phab.enlightenment.org/D5084 --- src/Makefile_Evas.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 18d609abc0..127042e998 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1895,10 +1895,11 @@ install_loaderjp2kpkgLTLIBRARIES = install-loaderjp2kpkgLTLIBRARIES $(install_loaderjp2kpkgLTLIBRARIES): install-libLTLIBRARIES modules_evas_image_loaders_jp2k_module_la_SOURCES = modules/evas/image_loaders/jp2k/evas_image_load_jp2k.c -modules_evas_image_loaders_jp2k_module_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ +modules_evas_image_loaders_jp2k_module_la_CPPFLAGS = \ +@evas_image_loader_jp2k_cflags@ \ +-I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/lib/evas/include \ -@EVAS_CFLAGS@ \ -@evas_image_loader_jp2k_cflags@ +@EVAS_CFLAGS@ modules_evas_image_loaders_jp2k_module_la_LIBADD = \ @USE_EVAS_LIBS@ \ @evas_image_loader_jp2k_libs@