From 206b6ca04b0e06b3bebf34d985f5310489fd7aac Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 2 Oct 2012 16:47:28 +0200 Subject: Kerberos authentication extension makefiles Makefiles for new FF kerberos authentication extension ihttps://fedorahosted.org/freeipa/ticket/3094 --- install/ffextension/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 install/ffextension/Makefile.am (limited to 'install/ffextension/Makefile.am') diff --git a/install/ffextension/Makefile.am b/install/ffextension/Makefile.am new file mode 100644 index 00000000..7a722056 --- /dev/null +++ b/install/ffextension/Makefile.am @@ -0,0 +1,23 @@ +AUTOMAKE_OPTIONS = 1.7 + +NULL = + +SUBDIRS = \ + chrome \ + locale \ + $(NULL) + +appdir = $(IPA_DATA_DIR)/ffextension +app_DATA = \ + bootstrap.js \ + chrome.manifest \ + install.rdf \ + $(NULL) + +EXTRA_DIST = \ + $(app_DATA) \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in -- cgit