~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to hald/solaris/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
SUBDIRS = probing addons .
3
3
 
4
 
INCLUDES = \
 
4
AM_CPPFLAGS = \
5
5
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
6
6
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7
7
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
8
8
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
9
9
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
10
10
        -I$(top_srcdir) -I.. \
11
 
        @GLIB_CFLAGS@ @DBUS_CFLAGS@
 
11
        @GLIB_CFLAGS@ @DBUS_CFLAGS@ @POLKIT_CFLAGS@
12
12
 
13
13
if HALD_COMPILE_SOLARIS
14
14
noinst_LTLIBRARIES = libhald_solaris.la