13 lines
192 B
Makefile
13 lines
192 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 \
|
|
ipaserver \
|
|
ipatests \
|
|
$(NULL)
|