Home | History | Annotate | Download | only in common
      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 
      8 prefix=/usr
      9 exec_prefix=${prefix}
     10 libdir=__LIBDIR__
     11 includedir=${prefix}/include
     12 
     13 Name: hal-storage
     14 Description: hal library for storage devices and volumes
     15 Version: __VERSION__
     16 Requires: dbus-1 hal
     17 Libs: -L${libdir} -lhal-storage
     18 Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
     19