xref: /illumos-gate/usr/src/lib/hal/libhal-storage/common/hal-storage.pc.in (revision edd580643f2cf1434e252cd7779e83182ea84945)
1#
2# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# Licensed under the Academic Free License version 2.1
6#
7
8prefix=/usr
9exec_prefix=${prefix}
10libdir=__LIBDIR__
11includedir=${prefix}/include
12
13Name: hal-storage
14Description: hal library for storage devices and volumes
15Version: __VERSION__
16Requires: dbus-1 hal
17Libs: -L${libdir} -lhal-storage
18Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
19