freeipa/install/migration/Makefile.am

12 lines
229 B
Makefile
Raw Normal View History

NULL =
appdir = $(IPA_DATA_DIR)/migration
app_DATA = \
index.html \
migration.py \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)