From 9e6f8224f3ac5a81b4a6d11ec0f9ec85e1d335ee Mon Sep 17 00:00:00 2001 From: caro 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 git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@45092 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- evas.pc.in | 2 +- src/lib/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/evas.pc.in b/evas.pc.in index 223df00..b08c07f 100644 --- a/evas.pc.in +++ b/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/src/lib/Makefile.am b/src/lib/Makefile.am index b990a16..d357f4e 100644 --- a/src/lib/Makefile.am +++ b/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@ \ -- 2.7.4