mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
18 lines
364 B
Makefile
18 lines
364 B
Makefile
|
AUTOMAKE_OPTIONS = 1.7
|
||
|
|
||
|
NULL =
|
||
|
|
||
|
appdir = $(IPA_DATA_DIR)/ffextension/chrome/content
|
||
|
app_DATA = \
|
||
|
kerberosauth_overlay.xul \
|
||
|
kerberosauth.js \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(app_DATA) \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
Makefile.in
|