Move Eeze header to own dir.

SVN revision: 50148
This commit is contained in:
Christopher Michael 2010-07-09 06:41:31 +00:00
parent f503b5f75b
commit 03b7bd2653
3 changed files with 5 additions and 2 deletions

View File

@ -48,6 +48,8 @@ AC_SUBST(version_info)
AC_SUBST(release_info)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
VMAJ=v_maj
AC_SUBST(VMAJ)
### Needed information

View File

@ -8,4 +8,4 @@ Description: device convenience library for efl
@pkgconfig_requires_private@: @requirement_eeze@
Version: @VERSION@
Libs: -L${libdir} -leeze
Cflags: -I${includedir}
Cflags: -I${includedir}/eeze-@VMAJ@

View File

@ -3,7 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = @EEZE_CFLAGS@
lib_LTLIBRARIES = libeeze.la
include_HEADERS = Eeze.h
includes_HEADERS = Eeze.h
includesdir = $(includedir)/eeze-@VMAJ@
libeeze_la_SOURCES = \
eeze_udev_syspath.c \