mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 16:46:42 -06:00
17 lines
256 B
Makefile
17 lines
256 B
Makefile
|
AUTOMAKE_OPTIONS = 1.7
|
||
|
|
||
|
NULL =
|
||
|
|
||
|
SUBDIRS = \
|
||
|
dojo \
|
||
|
freeipa \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
Makefile.in
|
||
|
$(NULL)
|