From 61daee00aea2e81342fc47383a887689394f635d Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 13 Jan 2010 21:05:16 +0000 Subject: [PATCH] dl stuff is only used in the gl_common engine as now, the modules load is done by eina will clean configure.ac wrt this later SVN revision: 45092 --- legacy/evas/evas.pc.in | 2 +- legacy/evas/src/lib/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/evas/evas.pc.in b/legacy/evas/evas.pc.in index 223df00f4b..b08c07fa4c 100644 --- a/legacy/evas/evas.pc.in +++ b/legacy/evas/evas.pc.in @@ -8,5 +8,5 @@ Description: Evas canvas display library @pkgconfig_requires_private@: @requirement_evas@ Version: @VERSION@ Libs: -L${libdir} -levas -Libs.private: @pthread_libs@ @dlopen_libs@ +Libs.private: @pthread_libs@ Cflags: -I${includedir} diff --git a/legacy/evas/src/lib/Makefile.am b/legacy/evas/src/lib/Makefile.am index b990a16759..d357f4e4d5 100644 --- a/legacy/evas/src/lib/Makefile.am +++ b/legacy/evas/src/lib/Makefile.am @@ -193,7 +193,6 @@ cache/libevas_cache.la \ imaging/libevas_imaging.la \ $(libevas_cserve_la) \ engines/common/libevas_engine_common.la \ -@dlopen_libs@ \ @FREETYPE_LIBS@ \ @FRIBIDI_LIBS@ \ @EET_LIBS@ \