summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-12 17:58:05 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-12 17:58:05 +0000
commita2a19cf87d1ea052015a81be12e89a31ec63c170 (patch)
treee8e824f0232e1c98d62cade4656f4583ac65d0e8
parentac49549a4f436875de3731643c20bf138c1b1fe0 (diff)
downloadlasso-a2a19cf87d1ea052015a81be12e89a31ec63c170.tar.gz
lasso-a2a19cf87d1ea052015a81be12e89a31ec63c170.tar.xz
lasso-a2a19cf87d1ea052015a81be12e89a31ec63c170.zip
forgotten commit of new is* classes to Makefile.am.
-rw-r--r--lasso/xml/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am
index 5b8e976d..8a453b36 100644
--- a/lasso/xml/Makefile.am
+++ b/lasso/xml/Makefile.am
@@ -33,6 +33,18 @@ liblasso_xml_la_SOURCES = \
dst_query.c \
dst_query_item.c \
dst_query_response.c \
+ is_help.c \
+ is_inquiry.c \
+ is_inquiry_element.c \
+ is_interaction_request.c \
+ is_interaction_response.c \
+ is_interaction_statement.c \
+ is_item.c \
+ is_parameter.c \
+ is_redirect_request.c \
+ is_select.c \
+ is_text.c \
+ is_user_interaction.c \
lib_assertion.c \
lib_authentication_statement.c \
lib_authn_context.c \
@@ -105,6 +117,18 @@ liblassoinclude_HEADERS = \
dst_query.h \
dst_query_item.h \
dst_query_response.h \
+ is_help.h \
+ is_inquiry.h \
+ is_inquiry_element.h \
+ is_interaction_request.h \
+ is_interaction_response.h \
+ is_interaction_statement.h \
+ is_item.h \
+ is_parameter.h \
+ is_redirect_request.h \
+ is_select.h \
+ is_text.h \
+ is_user_interaction.h \
lib_assertion.h \
lib_authentication_statement.h \
lib_authn_context.h \