mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
fd1e78d2b2
modifying the directories so they find the assets in the right locations
18 lines
394 B
Makefile
18 lines
394 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_SYSCONF_DIR)/html
|
|
app_DATA = \
|
|
ssbrowser.html \
|
|
browserconfig.html \
|
|
unauthorized.html \
|
|
ipa_error.css \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|