mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 18:30:11 +01:00
2008-05-08 Tambet Ingo <tambet@gmail.com>
* Add the missing policy/Makefile.am git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3647 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
d2cf6fa75c
commit
0a230b98c1
1 changed files with 42 additions and 0 deletions
42
policy/Makefile.am
Normal file
42
policy/Makefile.am
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
polkit_policydir = $(datadir)/PolicyKit/policy
|
||||
|
||||
dist_polkit_policy_DATA = \
|
||||
org.freedesktop.network-manager-settings.system.policy
|
||||
|
||||
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 *~
|
||||
polkit_policydir = $(datadir)/PolicyKit/policy
|
||||
|
||||
dist_polkit_policy_DATA = \
|
||||
org.freedesktop.network-manager-settings.system.policy
|
||||
|
||||
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 *~
|
||||
Loading…
Add table
Reference in a new issue