From 688096d2c6fb3341f719997fcbf6d63ae87de786 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 21 Apr 2009 20:56:46 +0000 Subject: Update libparserutils to use the new shared object stuff svn path=/trunk/libparserutils/; revision=7204 --- Makefile | 8 ++++---- libparserutils.pc.in | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 2de8fc8..5fd670e 100644 --- a/Makefile +++ b/Makefile @@ -30,19 +30,19 @@ include build/makefiles/Makefile.top # Extra installation rules Is := include/parserutils -I := /include/parserutils$(major-version)/parserutils +I := /include/parserutils INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/errors.h;$(Is)/functypes.h;$(Is)/parserutils.h;$(Is)/types.h Is := include/parserutils/charset -I := /include/parserutils$(major-version)/parserutils/charset +I := /include/parserutils/charset INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/codec.h;$(Is)/mibenum.h;$(Is)/utf16.h;$(Is)/utf8.h Is := include/parserutils/input -I := /include/parserutils$(major-version)/parserutils/input +I := /include/parserutils/input INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/inputstream.h Is := include/parserutils/utils -I := /include/parserutils$(major-version)/parserutils/utils +I := /include/parserutils/utils INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/buffer.h;$(Is)/stack.h;$(Is)/vector.h INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in diff --git a/libparserutils.pc.in b/libparserutils.pc.in index 19df9a2..9fcb54e 100644 --- a/libparserutils.pc.in +++ b/libparserutils.pc.in @@ -6,5 +6,5 @@ includedir=${prefix}/include Name: libparserutils Description: Utility library for facilitating parser development Version: VERSION -Libs: -L${libdir} -lparserutilsMAJOR -Cflags: -I${includedir}/parserutilsMAJOR +Libs: -L${libdir} -lparserutils +Cflags: -I${includedir} -- cgit v1.2.3