summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-17 15:46:39 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-17 15:46:39 -0400
commit1fcc3c66508e1e232768ae6a17396c2e44c669d0 (patch)
tree35df088d4eb319001418c81cc9f1752baa8c1306 /ipa-client/firefox
parent31fb0033ba89304fbaa54e78f680960092b557ca (diff)
downloadfreeipa-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')
-rw-r--r--ipa-client/firefox/Makefile12
-rw-r--r--ipa-client/firefox/Makefile.am18
2 files changed, 18 insertions, 12 deletions
diff --git a/ipa-client/firefox/Makefile b/ipa-client/firefox/Makefile
deleted file mode 100644
index f6bf7f3ad..000000000
--- a/ipa-client/firefox/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-IPADIR=$(DESTDIR)/usr/share/ipa/ipaclient
-
-all:
-
-install:
- -mkdir -p $(IPADIR)
- install -m 644 ipa.js $(IPADIR)
- install -m 644 ipa.cfg $(IPADIR)
-
-clean:
-
-test:
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