mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
206b6ca04b
Makefiles for new FF kerberos authentication extension ihttps://fedorahosted.org/freeipa/ticket/3094
20 lines
348 B
Makefile
20 lines
348 B
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
content \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ffextension/chrome
|
|
app_DATA = \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|