summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf-2.0/Makefile.am
blob: db2ef791fa0a22aee992c8948fe4ccb5d336be18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
MAINTAINERCLEANFILES = Makefile.in
liblassoincludedir = $(includedir)/lasso/id-wsf-2.0

INCLUDES = \
	-I$(top_builddir) \
	-I$(top_srcdir) \
	$(LASSO_CORE_CFLAGS) \
	-DG_LOG_DOMAIN=\"lasso\"

noinst_LTLIBRARIES = liblasso-id-wsf2.la

lasso_private_h_sources = \
	private.h \
	serverprivate.h \
	sessionprivate.h \
	idwsf2_helper.h

liblasso_id_wsf2_la_SOURCES = \
	server.c \
	session.c \
	identity.c \
	discovery.c \
	data_service.c \
	profile.c \
	saml2_login.c \
	soap_binding.c \
	idwsf2_helper.c

liblassoinclude_HEADERS = \
	id_wsf_2.h \
	discovery.h \
	data_service.h \
	profile.h \
	identity.h \
	server.h \
	session.h \
	soap_binding.h \
	saml2_login.h

EXTRA_DIST = $(lasso_private_h_sources)