From bcce86554fd8185d7917053f31d179c8c23bf478 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 16 Oct 2014 21:35:55 +0200 Subject: 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 Reviewed-By: David Kupka --- ipapython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/Makefile') 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 \ -- cgit