summaryrefslogtreecommitdiff
path: root/gconf-2.0.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-03-23 11:12:38 +0000
committerMartin Baulig <martin@src.gnome.org>2001-03-23 11:12:38 +0000
commitd3f528d383c338c11271203e208ba17faf0a907c (patch)
tree98a9e8bec905d2b81a3decda014e086827f6c59c /gconf-2.0.pc.in
parentf18ebdddb57efd5340c38b93208202b3ad8ec7ae (diff)
downloadgconf-d3f528d383c338c11271203e208ba17faf0a907c.tar.gz
We're now on the GNOME 2.0 platform.
2001-03-18 Martin Baulig <baulig@suse.de> We're now on the GNOME 2.0 platform. * configure.in: Set MAJOR_VERSION to 2, use pkg-config to check for stuff; GTK+ is now optional and only used for the examples; depend on ORBit2. * acinclude.m4: Add the contents of gnome-common/macros2/gnome-pkgconfig.m4 here. * Makefile.am: Install gconf-2.0.pc. * gconf-2.0.pc.in: New file.
Diffstat (limited to 'gconf-2.0.pc.in')
-rw-r--r--gconf-2.0.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gconf-2.0.pc.in b/gconf-2.0.pc.in
new file mode 100644
index 00000000..3d37fb2d
--- /dev/null
+++ b/gconf-2.0.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+
+Name: gconf
+Description: GNOME Config System.
+Version: @VERSION@
+Requires: oaf-2.0
+Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
+Cflags: -I${includedir}/gconf/@MAJOR_VERSION@