view audclient.pc.in @ 4744:89891f400f98

Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a playlist bug where entry->tuple is NULL but we try to access it. This results in huge log files, and resolves Debian bug #491655.
author William Pitcock <nenolod@atheme.org>
date Mon, 28 Jul 2008 11:34:39 -0500
parents 774cc92d936e
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
data_dir=@datadir@/@PACKAGE_NAME@

version=@PACKAGE_VERSION@
audacious_include_dir=@includedir@
lib_dir=@libdir@

Name: Audacious Client Library
Description: Remote control library for Audacious
Version: @PACKAGE_VERSION@
Requires: @PC_REQUIRES@
Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@
Cflags: -I${audacious_include_dir}