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 --- libparserutils.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libparserutils.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