summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/Makefile.am
blob: 700a68422ba41d0685dce7c8e8e135dcff6075fa (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
SUBDIRS = 

liblassoincludedir = $(includedir)/lasso/environs

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/lasso \
	$(LASSO_DEFINES) \
	$(LASSO_CFLAGS) \
	-DG_LOG_DOMAIN=\"lasso\"

noinst_LTLIBRARIES = liblasso-environs.la

liblasso_environs_la_SOURCES = \
	federation_termination.c \
	lecp.c \
	login.c \
	logout.c \
	name_identifier_mapping.c \
	profile_context.c \
	register_name_identifier.c \
	server.c \
	session.c \
	user.c

liblassoinclude_HEADERS = \
	federation_termination.h \
	lecp.h \
	login.h \
	logout.h \
	name_identifier_mapping.h \
	profile_context.h \
	register_name_identifier.h \
	server.h \
	session.h \
	user.h