diff options
Diffstat (limited to 'pypi/Makefile.am')
-rw-r--r-- | pypi/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pypi/Makefile.am b/pypi/Makefile.am new file mode 100644 index 000000000..5d8be9c1f --- /dev/null +++ b/pypi/Makefile.am @@ -0,0 +1,13 @@ +# 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) |