diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:46:39 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:46:39 -0400 |
commit | 1fcc3c66508e1e232768ae6a17396c2e44c669d0 (patch) | |
tree | 35df088d4eb319001418c81cc9f1752baa8c1306 /ipa-client/firefox/Makefile.am | |
parent | 31fb0033ba89304fbaa54e78f680960092b557ca (diff) | |
download | freeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.tar.gz freeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.tar.xz freeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.zip |
Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>
Diffstat (limited to 'ipa-client/firefox/Makefile.am')
-rw-r--r-- | ipa-client/firefox/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ipa-client/firefox/Makefile.am b/ipa-client/firefox/Makefile.am new file mode 100644 index 000000000..daf694248 --- /dev/null +++ b/ipa-client/firefox/Makefile.am @@ -0,0 +1,18 @@ +NULL = + +appdir = $(IPA_DATA_DIR)/ipaclient +app_DATA = \ + ipa.cfg \ + ipa.js \ + $(NULL) + +EXTRA_DIST = \ + README \ + $(app_DATA) \ + globalsetup.sh \ + usersetup.sh \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in |