summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-12-10 14:30:57 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-12-10 14:30:57 +0000
commita11c6b985f4a0fe70645cec67a1391c7c9fb1172 (patch)
treed4499879f155c5a6c8c968c8329802246ff1d2fd
parentd3ada4331576c62b9f17c2c88f06e6a1e41ec3ab (diff)
Added support of DST modify / modify response.
-rw-r--r--lasso/xml/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am
index 734e8500..82941e3d 100644
--- a/lasso/xml/Makefile.am
+++ b/lasso/xml/Makefile.am
@@ -30,6 +30,10 @@ liblasso_xml_la_SOURCES = \
disco_resource_offering.c \
disco_service_instance.c \
dst_data.c \
+ dst_modification.c \
+ dst_modify.c \
+ dst_modify_response.c \
+ dst_new_data.c \
dst_query.c \
dst_query_item.c \
dst_query_response.c \
@@ -100,6 +104,10 @@ liblassoinclude_HEADERS = \
disco_resource_offering.h \
disco_service_instance.h \
dst_data.h \
+ dst_modification.h \
+ dst_modify.h \
+ dst_modify_response.h \
+ dst_new_data.h \
dst_query.h \
dst_query_item.h \
dst_query_response.h \