lasso/lasso/id-ff/Makefile.am

50 lines
858 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
liblassoincludedir = $(includedir)/lasso/id-ff
2004-06-04 14:49:18 +02:00
INCLUDES = \
2006-03-21 09:57:28 +01:00
-I$(top_builddir) \
-I$(top_srcdir) \
$(LASSO_CORE_CFLAGS) \
2004-06-04 14:49:18 +02:00
-DG_LOG_DOMAIN=\"lasso\"
noinst_LTLIBRARIES = liblasso-id-ff.la
2004-06-04 14:49:18 +02:00
liblasso_id_ff_la_SOURCES = \
defederation.c \
federation.c \
identity.c \
2004-07-22 18:45:50 +02:00
lecp.c \
2004-07-06 03:07:32 +02:00
login.c \
2004-07-09 18:38:49 +02:00
logout.c \
2004-07-13 15:57:45 +02:00
name_identifier_mapping.c \
name_registration.c \
profile.c \
provider.c \
session.c \
server.c
2004-06-04 14:49:18 +02:00
lasso_private_h_sources = \
identityprivate.h \
profileprivate.h \
providerprivate.h \
serverprivate.h \
2006-03-06 18:37:32 +01:00
sessionprivate.h \
logoutprivate.h \
loginprivate.h
2004-06-04 14:49:18 +02:00
liblassoinclude_HEADERS = \
defederation.h \
federation.h \
identity.h \
2004-07-22 18:45:50 +02:00
lecp.h \
2004-07-06 03:07:32 +02:00
login.h \
2004-07-09 18:38:49 +02:00
logout.h \
2004-07-13 15:57:45 +02:00
name_identifier_mapping.h \
name_registration.h \
profile.h \
provider.h \
2004-06-25 18:44:26 +02:00
server.h \
session.h
EXTRA_DIST = $(lasso_private_h_sources)