mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-04 13:17:15 -06:00
b9ad279ad2
Directory rename
23 lines
359 B
Makefile
23 lines
359 B
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
default \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ui/layouts
|
|
app_DATA = \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|
|
$(NULL)
|
|
|
|
distclean:
|