summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-10-16 21:35:55 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-21 12:23:03 +0200
commitbcce86554fd8185d7917053f31d179c8c23bf478 (patch)
treec164e64a2fc4d22dc6c9040484b2237e78aec6ac /ipapython/Makefile
parent9184d9a1bb500bde4e5bfcea2f54ceb5c7886a81 (diff)
downloadfreeipa-bcce86554fd8185d7917053f31d179c8c23bf478.tar.gz
freeipa-bcce86554fd8185d7917053f31d179c8c23bf478.tar.xz
freeipa-bcce86554fd8185d7917053f31d179c8c23bf478.zip
DNSSEC: add ipapk11helper module
Tickets: https://fedorahosted.org/freeipa/ticket/3801 https://fedorahosted.org/freeipa/ticket/4417 Design: https://fedorahosted.org/bind-dyndb-ldap/wiki/BIND9/Design/DNSSEC Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipapython/Makefile')
-rw-r--r--ipapython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile
index e09956ad3..b2cf719fd 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -3,7 +3,7 @@ PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa
CONFIGDIR ?= $(DESTDIR)/etc/ipa
TESTS = $(wildcard test/*.py)
-SUBDIRS = py_default_encoding
+SUBDIRS = py_default_encoding ipap11helper
all:
@for subdir in $(SUBDIRS); do \