moved eet.h to its own dir - pkgconfig handles all the right stuff.

SVN revision: 50117
This commit is contained in:
Carsten Haitzler 2010-07-08 03:05:00 +00:00
parent 7c12cc36aa
commit e9d4afc9d7
4 changed files with 10 additions and 3 deletions

View File

@ -394,3 +394,8 @@
* Add eet_alias support. * Add eet_alias support.
* Fix possible dead lock in eet_write_cipher. * Fix possible dead lock in eet_write_cipher.
2010-07-08 Carsten Haitzler (The Rasterman)
* Moved Eet.h into $includedir/eet-MAJOR_VERSION/

View File

@ -49,7 +49,8 @@ AC_SUBST(version_info)
AC_SUBST(release_info) AC_SUBST(release_info)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
VMAJ=v_maj
AC_SUBST(VMAJ)
### Default options with respect to host ### Default options with respect to host

View File

@ -9,5 +9,5 @@ Description: Library for speedy data storage, retrieval, and compression
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -leet Libs: -L${libdir} -leet
Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
Cflags: -I${includedir} Cflags: -I${includedir}/eet-@VMAJ@
Cflags.private: @LIBGCRYPT_CFLAGS@ Cflags.private: @LIBGCRYPT_CFLAGS@

View File

@ -16,7 +16,8 @@ AM_CPPFLAGS = \
@OPENSSL_CFLAGS@ \ @OPENSSL_CFLAGS@ \
@GNUTLS_CFLAGS@ @GNUTLS_CFLAGS@
include_HEADERS = Eet.h includes_HEADERS = Eet.h
includesdir = $(includedir)/eet-@VMAJ@
lib_LTLIBRARIES = libeet.la lib_LTLIBRARIES = libeet.la