From 5960d27b1c35c58d3c1731c71c44b9c61328a34d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 05:21:12 -0400 Subject: setup versioning for libotk that is separate from libobrender (and libobparser for now), and bump library versions up to 4.0. also make the render versioning more explicit that it's for the render library not all of openbox --- parser/obparser-3.0.pc.in | 11 ----------- parser/obparser-4.0.pc.in | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 parser/obparser-3.0.pc.in create mode 100644 parser/obparser-4.0.pc.in (limited to 'parser') diff --git a/parser/obparser-3.0.pc.in b/parser/obparser-3.0.pc.in deleted file mode 100644 index 75d04c99..00000000 --- a/parser/obparser-3.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: ObParser -Description: Openbox config file parsing library -Version: @VERSION@ -Requires: libxml-2.0 glib-2.0 -Libs: -L${libdir} -lobparser -Cflags: -I${includedir}/openbox/@OB_VERSION@ diff --git a/parser/obparser-4.0.pc.in b/parser/obparser-4.0.pc.in new file mode 100644 index 00000000..75d04c99 --- /dev/null +++ b/parser/obparser-4.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ObParser +Description: Openbox config file parsing library +Version: @VERSION@ +Requires: libxml-2.0 glib-2.0 +Libs: -L${libdir} -lobparser +Cflags: -I${includedir}/openbox/@OB_VERSION@ -- cgit v1.2.3