summaryrefslogtreecommitdiffstats
path: root/install/ffextension/locale/en-US
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-10-02 16:47:28 +0200
committerRob Crittenden <rcritten@redhat.com>2012-10-04 18:07:34 -0400
commit206b6ca04b0e06b3bebf34d985f5310489fd7aac (patch)
treed1fc806e43c89e7a1a85c858cd8a6b2ff7af62a6 /install/ffextension/locale/en-US
parentb4e19509c034942a4f6bc99c371774a0944b65eb (diff)
downloadfreeipa-206b6ca04b0e06b3bebf34d985f5310489fd7aac.tar.gz
freeipa-206b6ca04b0e06b3bebf34d985f5310489fd7aac.tar.xz
freeipa-206b6ca04b0e06b3bebf34d985f5310489fd7aac.zip
Kerberos authentication extension makefiles
Makefiles for new FF kerberos authentication extension ihttps://fedorahosted.org/freeipa/ticket/3094
Diffstat (limited to 'install/ffextension/locale/en-US')
-rw-r--r--install/ffextension/locale/en-US/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/ffextension/locale/en-US/Makefile.am b/install/ffextension/locale/en-US/Makefile.am
new file mode 100644
index 000000000..d19e8c7bd
--- /dev/null
+++ b/install/ffextension/locale/en-US/Makefile.am
@@ -0,0 +1,16 @@
+AUTOMAKE_OPTIONS = 1.7
+
+NULL =
+
+appdir = $(IPA_DATA_DIR)/ffextension/locale/en-US
+app_DATA = \
+ kerberosauth.properties \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(app_DATA) \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in