Added pkg-config file.

2001-04-20  Martin Baulig  <baulig@suse.de>

	* libgtop.pc.in: Added pkg-config file.
This commit is contained in:
Martin Baulig
2001-04-20 15:57:50 +00:00
committed by Martin Baulig
parent aac46b6daf
commit 543b3b9160
5 changed files with 21 additions and 2 deletions

View File

@@ -41,3 +41,4 @@ glibtop-config.h
stamp-gc-h
build-debstamp
install-debstamp
libgtop.pc

View File

@@ -1,3 +1,7 @@
2001-04-20 Martin Baulig <baulig@suse.de>
* libgtop.pc.in: Added pkg-config file.
2001-04-20 Martin Baulig <baulig@suse.de>
* acinclude.m4 (GNOME_FILEUTILS_CHECKS): Put this here.

View File

@@ -10,7 +10,7 @@ noinst_HEADERS = glibtop-server-private.h
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in \
LIBGTOP-VERSION features.def structures.def libgtop-config.in \
RELNOTES-0.25 RELNOTES-1.0 RELNOTES-1.1.x libgtop-sysdeps.m4 README \
libgtop-mirror.sh
libgtop-mirror.sh libgtop.pc.in
configinclude_DATA = \
glibtop-config.h
@@ -82,3 +82,5 @@ libgtop-features.def: features.def
libgtop-structures.def: structures.def
@LN_S@ $< $@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgtop.pc

View File

@@ -534,4 +534,5 @@ backends/sysdeps/Makefile
backends/common/Makefile
lib/Makefile
doc/Makefile
dtd/Makefile])
dtd/Makefile
libgtop.pc])

11
libgtop.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libgtop
Description: Portable System Access Library
Requires: glib-2.0 libxml-2.0
Version: @VERSION@
Libs: -L${libdir} -lgtop
Cflags: -I${includedir}