view audclient.pc.in @ 4441:e71b43cae233

Backed out changeset 6677949e662d. The Makefile change makes absolutely NO sense. The configdb.h struct hack is needed because of #define mess in certain libmcs versions, #including <libmcs/mcs.h> results in lots of noisy warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Apr 2008 22:11:30 +0300
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}