view audclient.pc.in @ 4038:677c5b5bdb3b

Some work on newprefs code: - Implement WIDGET_CUSTOM. - Define WidgetTypes enum as a custom type and use that to enforce typevalue checking at compile time. - Don't call gtk_tooltips_set_tip() on a possibly NULL reference.
author William Pitcock <nenolod@atheme.org>
date Fri, 30 Nov 2007 12:49:40 -0600
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}