Move Eeze header to own dir.

SVN revision: 50148
devs/devilhorns/wayland_egl
Christopher Michael 14 years ago
parent f503b5f75b
commit 03b7bd2653
  1. 2
      legacy/eeze/configure.ac
  2. 2
      legacy/eeze/eeze.pc.in
  3. 3
      legacy/eeze/src/lib/Makefile.am

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

@ -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@

@ -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 \

Loading…
Cancel
Save