mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
36 lines
510 B
Makefile
36 lines
510 B
Makefile
|
# This file will be processed with automake-1.7 to create Makefile.in
|
||
|
#
|
||
|
AUTOMAKE_OPTIONS = 1.7
|
||
|
|
||
|
NULL =
|
||
|
|
||
|
SUBDIRS = \
|
||
|
ipa-kpasswd \
|
||
|
ipa-slapi-plugins \
|
||
|
$(NULL)
|
||
|
|
||
|
DISTCLEANFILES = \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
intltool-*.in \
|
||
|
compile \
|
||
|
configure \
|
||
|
COPYING \
|
||
|
INSTALL \
|
||
|
install-sh \
|
||
|
missing \
|
||
|
mkinstalldirs \
|
||
|
config.guess \
|
||
|
ltmain.sh \
|
||
|
config.sub \
|
||
|
depcomp \
|
||
|
Makefile.in \
|
||
|
config.h.* \
|
||
|
aclocal.m4 \
|
||
|
version.m4 \
|
||
|
ipa-client.spec \
|
||
|
py-compile \
|
||
|
$(NULL)
|