diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 21:52:34 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 21:52:34 +0000 |
commit | cd3d6653af9ae6af278e5553761202f196dcee78 (patch) | |
tree | fc6a12787d97a78bb410f7978a7eb7d31a32d38a /pc/eina.pc.in | |
parent | 8bbef8fe2805429a99de29c264c37f177b3132bc (diff) |
efl: move -lm to configure.ac variables.
EFL_ADD_LIBS() will add to requirements_libs_NAME and that will end
into NAME_LIBS.
SVN revision: 81910
Diffstat (limited to 'pc/eina.pc.in')
-rw-r--r-- | pc/eina.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/eina.pc.in b/pc/eina.pc.in index c45b84f7d..c5a10f2e1 100644 --- a/pc/eina.pc.in +++ b/pc/eina.pc.in @@ -8,5 +8,5 @@ Description: A Library that implements fast data types and miscellaneous tools Requires.private: @requirements_pc_eina@ Version: @VERSION@ Libs: -L${libdir} -leina @EFL_PTHREAD_LIBS@ -Libs.private: @EFL_PTHREAD_LIBS@ @requirements_libs_eina@ -lm +Libs.private: @EFL_PTHREAD_LIBS@ @requirements_libs_eina@ Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina |