summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-08-26 13:07:35 -0500
committerDan Williams <dcbw@redhat.com>2009-08-26 13:07:35 -0500
commit58fcc8efe6a4724b9dc8e6718d4d2a20c7efd19f (patch)
tree0aa376ada7ca3d277a5b2e60cbe125cd3d44f03d /policy
parenteaa8a3871062a2216bd2e69ee87225c8c5acc1c0 (diff)
libnm-glib: libnm_glib -> libnm-glib
Bothered me for a long time; now that we've bumped the soname, we can rename the library too.
Diffstat (limited to 'policy')
-rw-r--r--policy/Makefile.am27
1 files changed, 14 insertions, 13 deletions
diff --git a/policy/Makefile.am b/policy/Makefile.am
index 17fc56dc50..409e8edda8 100644
--- a/policy/Makefile.am
+++ b/policy/Makefile.am
@@ -5,19 +5,20 @@ dist_polkit_policy_DATA = $(dist_polkit_policy_in_files:.policy.in=.policy)
@INTLTOOL_POLICY_RULE@
-check:
- @for f in $(dist_polkit_policy_DATA); do \
- echo -n "Validate PolicyKit policy in $$f : "; \
- $(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \
- ret=$$?; \
- if [ "$$ret" = "0" ]; \
- then \
- echo ok; \
- else \
- echo failed; \
- exit 1; \
- fi; \
- done;
+# polkit >= 0.92 doesn't have an updated polkit-policy-file-validate
+#check:
+# @for f in $(dist_polkit_policy_DATA); do \
+# echo -n "Validate PolicyKit policy in $$f : "; \
+# $(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \
+# ret=$$?; \
+# if [ "$$ret" = "0" ]; \
+# then \
+# echo ok; \
+# else \
+# echo failed; \
+# exit 1; \
+# fi; \
+# done;
clean-local :
rm -f *~