actually fix - eina.pc should now be used. consistency with the rest

of efl.



SVN revision: 51160
This commit is contained in:
Carsten Haitzler 2010-08-16 08:03:21 +00:00
parent f00427bdf1
commit aee8014df6
4 changed files with 5 additions and 17 deletions

View File

@ -19,7 +19,7 @@ ltmain.sh \
missing
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eina-1.pc
pkgconfig_DATA = eina.pc
EXTRA_DIST = \
AUTHORS \
@ -27,7 +27,7 @@ COPYING \
README \
$(pkgconfig_DATA) \
autogen.sh \
eina-1.pc.in \
eina.pc.in \
eina.spec \
eina.spec.in \
m4/ac_attribute.m4 \

View File

@ -555,7 +555,7 @@ AC_SUBST(requirement_eina)
AC_CONFIG_FILES([
Makefile
eina-1.pc
eina.pc
eina.spec
doc/Makefile
src/Makefile

View File

@ -1,12 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Eina
Description: A Library that implements fast data types and miscellaneous tools
@pkgconfig_requires_private@: @requirement_eina@
Version: @VERSION@
Libs: -L${libdir} -leina
Libs.private: @EFL_FNMATCH_LIBS@ @EFL_PTHREAD_LIBS@ -ldl
Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina

View File

@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@
Name: Eina
Description: Eina
Description: A Library that implements fast data types and miscellaneous tools
@pkgconfig_requires_private@: @requirement_eina@
Version: @VERSION@
Libs: -L${libdir} -leina
Libs.private: -ldl
Libs.private: @EFL_FNMATCH_LIBS@ @EFL_PTHREAD_LIBS@ -ldl
Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina