lasso/lasso/id-wsf-2.0/Makefile.am

25 lines
423 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
2007-04-03 15:50:34 +02:00
liblassoincludedir = $(includedir)/lasso/id-wsf-2.0
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
2007-04-03 15:50:34 +02:00
$(LASSO_CORE_CFLAGS) \
-DG_LOG_DOMAIN=\"lasso\"
noinst_LTLIBRARIES = liblasso-id-wsf2.la
liblasso_id_wsf2_la_SOURCES = \
discovery.c \
data_service.c \
2007-06-13 14:59:27 +02:00
profile.c
2007-04-03 15:50:34 +02:00
liblassoinclude_HEADERS = \
discovery.h \
data_service.h \
2007-06-13 14:59:27 +02:00
profile.h \
identity.h \
server.h \
session.h
2007-04-03 15:50:34 +02:00