diff options
author | David Zeuthen <davidz@redhat.com> | 2008-11-06 10:43:38 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2008-11-06 10:43:38 -0500 |
commit | aa1660ad22141b4db12f054233f0fae976a948e9 (patch) | |
tree | 8ae5b1bc8eb9d19189266a943c73955c2bcfc1bd /src/Makefile.am | |
download | polkit-aa1660ad22141b4db12f054233f0fae976a948e9.tar.gz |
initial commit
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..562a3e2 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,5 @@ + +SUBDIRS = polkit polkitd programs + +clean-local : + rm -f *~ |