d09f6b3016
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 lines
279 B
PkgConfig
12 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GLibmm
|
|
Description: C++ wrapper for GLib
|
|
Requires: gobject-2.0 sigc++-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglibmm-2.4
|
|
Cflags: -I${includedir}/glibmm-2.4 -I${libdir}/glibmm-2.4/include
|