summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/Makefile.am
blob: d9464a23704d40ab1d3df7c7cd323d4e95a7d7dd (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
41
42
MAINTAINERCLEANFILES = Makefile.in
liblassoincludedir = $(includedir)/lasso/id-wsf

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

lasso_private_h_sources = \
	wsf_profile_private.h \
	id_ff_extensions_private.h

if WSF_ENABLED
noinst_LTLIBRARIES = liblasso-id-wsf.la
WSF_C_FILES = \
	authentication.c \
	discovery.c \
	interaction_profile_service.c \
	personal_profile_service.c \
	data_service.c \
	wsf_profile.c \
	wsf_utils.c \
	id_ff_extensions.c

WSF_H_FILES = \
	id_wsf.h \
	authentication.h \
	discovery.h \
	interaction_profile_service.h \
	personal_profile_service.h \
	data_service.h \
	wsf_profile.h \
	wsf_utils.h \
	id_ff_extensions.h
endif

liblasso_id_wsf_la_SOURCES = $(WSF_C_FILES)

liblassoinclude_HEADERS = $(WSF_H_FILES)

EXTRA_DIST = $(lasso_private_h_sources)