mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
206b6ca04b
Makefiles for new FF kerberos authentication extension ihttps://fedorahosted.org/freeipa/ticket/3094
24 lines
409 B
Makefile
24 lines
409 B
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
chrome \
|
|
locale \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ffextension
|
|
app_DATA = \
|
|
bootstrap.js \
|
|
chrome.manifest \
|
|
install.rdf \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|