freeipa/pypi/Makefile.am
Christian Heimes acdd1f5978 Add placeholders for ipaplatform, ipaserver and ipatests
I also renamed the base directory to pypi and added a new build target
pypi_packages.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2017-03-02 14:43:37 +01:00

14 lines
208 B
Makefile

# This file will be processed with automake-1.7 to create Makefile.in
#
AUTOMAKE_OPTIONS = 1.7 subdir-objects
NULL =
SUBDIRS = \
freeipa \
ipa \
ipaplatform \
ipaserver \
ipatests \
$(NULL)