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

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

EXTRA_DIST = $(nobase_modules_DATA)