summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2006-03-08 04:14:09 +0000
committerDavid Zeuthen <david@fubar.dk>2006-03-08 04:14:09 +0000
commit2825dbc9c936510a8b0028e5b512ac4ec6252cc2 (patch)
treee5a45fa1f2fe2f2c5284a74d6a57635ab4c93ecf /Makefile.am
parent3aa0bfff9dfaeb42557a75803ff4983d0cc539f7 (diff)
Move libhal-policy to a dedicated package PolicyKit (available in HAL CVS).
Require PolicyKit (available in hal CVS) and don't build libhal-policy. Extract some useful POLKIT variables for user, group and txtsrc for PolicyKit Don't build libhal-policy or hal-policy.pc Use new POLKIT_TXTSRC variable on where to install policy Don't build hal-policy-is-privileged as it is obsoleted by PolicyKit's polkit-is-privileged Use new libpolkit instead of libhal-policy Use polkit-is-privileged instead of hal-policy-is-privileged Remove these files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 12680e66..6b4fbdc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,18 +1,18 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = volume_id libhal libhal-storage libhal-policy hald hald-runner tools \
+SUBDIRS = volume_id libhal libhal-storage hald hald-runner tools \
fdi doc examples po policy
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = hal.pc hal-storage.pc hal-policy.pc
+pkgconfig_DATA = hal.pc hal-storage.pc
dbusdir = $(DBUS_SYS_DIR)
dist_dbus_DATA = hal.conf
-DISTCLEANFILES = hal.pc hal-storage.pc hal-policy.pc intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = hal.pc hal-storage.pc intltool-extract intltool-merge intltool-update
-EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal-policy.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in mkinstalldirs
+EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in mkinstalldirs
clean-local :
rm -f *~