freeipa/install/ffextension/chrome/content/Makefile.am
Petr Vobornik 206b6ca04b Kerberos authentication extension makefiles
Makefiles for new FF kerberos authentication extension

ihttps://fedorahosted.org/freeipa/ticket/3094
2012-10-04 18:07:34 -04:00

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