diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-04-23 19:54:21 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:30 +0200 |
commit | c72d0f5075c63df0d75331d5afd0da2dc752ec14 (patch) | |
tree | 18562fc01a13f9cac2f4bea1e41719d96fdd7c5a /install/Makefile.am | |
parent | c5e99d7cd6545174fd677452ac9051acd9a5ef68 (diff) | |
download | freeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.tar.gz freeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.tar.xz freeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.zip |
Generate plugin index dynamically
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/Makefile.am')
-rw-r--r-- | install/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/Makefile.am b/install/Makefile.am index 361318526..30a439fcd 100644 --- a/install/Makefile.am +++ b/install/Makefile.am @@ -16,6 +16,7 @@ SUBDIRS = \ updates \ po \ restart_scripts \ + wsgi \ $(NULL) install-exec-local: |