summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf-2.0/Makefile.am
blob: 004ccfb89b4ae8e30bf2f69db4009394d6dfb8e4 (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
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

liblasso_id_wsf2_la_SOURCES = \
	discovery.c \
	data_service.c \
	profile.c

liblassoinclude_HEADERS = \
	discovery.h \
	data_service.h \
	profile.h \
	identity.h \
	server.h \
	session.h