freeipa/install/static/Makefile.am
Adam Young 12ee9365a7 Changes the URL parsing from standard HTML params ( starting with ?)
to hash params ( starting with # ).  User Details are now part of
 index.xhtml, ao one more .inc file has been removed.

Updated commit to catch a few things that had been left out, including
sampledata handling and updateing Makefile.am
2010-08-19 20:49:14 -04:00

42 lines
848 B
Makefile

NULL =
appdir = $(IPA_DATA_DIR)/static
app_DATA = \
but-reset.png \
but-update.png \
but-selected.png \
but-unselected.png \
ipa_logo_180x50.png \
ipa.js \
ipa.css \
jquery.js \
group.js \
host.js \
hostgroup.js \
index.xhtml \
jquery.cookie.js \
navigation.js \
netgroup.js \
pageparams.js \
search.js \
details.js \
user.js \
user-add.inc \
ipalogo.png \
gray-fade-line.png \
Mainnav-background.png \
Mainnav-offtab.png \
Mainnav-ontab.png \
Subnav-background.png \
Subnav-offbutton.png \
Subnav-onbutton.png \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in