summaryrefslogtreecommitdiff
path: root/src/common/murphy-libdbus.pc.in
blob: bcda7b42ae824046db9cf61b19893e7f80ee1a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: murphy-dbus
Description: Murphy policy framework, dbus library.
Requires: murphy-common
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmurphy-libdbus @LIBDBUS_LIBS@
Cflags: -I${includedir} @LIBDBUS_CFLAGS@