summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
diff options
context:
space:
mode:
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 833f3cdc5..201c5894d 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -1,7 +1,7 @@
PYTHON ?= /usr/bin/python2
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib())")
-SUBDIRS = py_default_encoding ipap11helper
+SUBDIRS = ipap11helper
all:
@for subdir in $(SUBDIRS); do \