freeipa/install/ui/Makefile.am
Petr Vobornik c71937fc0c Updated makefiles to build FreeIPA Web UI layer
Updated makefiles to comply to new directory structure and also to use builder
for building Web UI.

FreeIPA package spec is modified to use the output of the builder.

https://fedorahosted.org/freeipa/ticket/112
2013-01-18 15:10:37 +01:00

43 lines
778 B
Makefile

AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
build \
ext \
images \
src \
$(NULL)
appdir = $(IPA_DATA_DIR)/ui
app_DATA = \
config.js \
favicon.ico \
index.html \
jquery-ui.css \
ie.css \
ipa.css \
login.html \
login.js \
logout.html \
overpass_bold-web.eot \
overpass_bold-web.svg \
overpass_bold-web.ttf \
overpass_bold-web.woff \
overpass_regular-web.eot \
overpass_regular-web.svg \
overpass_regular-web.ttf \
overpass_regular-web.woff \
reset_password.js \
reset_password.html \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)