Skip to content
Snippets Groups Projects
Makefile.am 556 B
Newer Older
modulesdir = $(pkgdatadir)/lib

nobase_modules_DATA = \
	IdPAccountManager/AuthenticationToken.pm \
	IdPAccountManager/AuthenticationToken/Manager.pm \
	IdPAccountManager/Configuration.pm \
	IdPAccountManager/DB.pm \
	IdPAccountManager/DB/Object.pm \
	IdPAccountManager/SAMLMetadata.pm \
	IdPAccountManager/ServiceProvider.pm \
	IdPAccountManager/ServiceProvider/Manager.pm \
	IdPAccountManager/TestAccount.pm \
	IdPAccountManager/TestAccount/Manager.pm \
	IdPAccountManager/Tools.pm \
	IdPAccountManager/WebRequest.pm

EXTRA_DIST = $(nobase_modules_DATA)