pkg-config support patch from Tilman Sauerbeck <tilman@code-monkey.de>.

SVN revision: 6889
This commit is contained in:
jeoparde 2003-05-03 08:53:23 +00:00 committed by jeoparde
parent 9fd93e9a6f
commit 98c58eb7f9
4 changed files with 16 additions and 1 deletions

View File

@ -19,11 +19,13 @@ dist-hook:
bin_SCRIPTS = ecore-config
EXTRA_DIST = README AUTHORS COPYING ecore.m4 ecore.spec
EXTRA_DIST = README AUTHORS COPYING ecore.m4 ecore.spec ecore.pc
m4datadir = $(datadir)/aclocal
m4data_DATA = ecore.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ecore.pc
docs:
$(MAKE) -C $(top_srcdir)/doc docs

View File

@ -95,6 +95,7 @@ AM_CONDITIONAL(HAVE_JADE, test "x$JADE" != "x" && test -d "$DB_STYLESHEETS")
AC_CONFIG_FILES([
Makefile
ecore.pc
ecore-config
src/Makefile
debian/Makefile

View File

@ -95,6 +95,7 @@ AM_CONDITIONAL(HAVE_JADE, test "x$JADE" != "x" && test -d "$DB_STYLESHEETS")
AC_OUTPUT([
Makefile
ecore-config
ecore.pc
src/Makefile
debian/Makefile
doc/Makefile

11
legacy/ecore/ecore.pc.in Normal file
View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ecore
Description: Enlightened Core X interface library
Version: @VERSION@
Libs: -L${libdir} -lecore @x_libs@ -lm
Cflags: -I${includedir} -I@x_includes@