mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
acdd1f5978
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>
14 lines
208 B
Makefile
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)
|