[grilo] core: added caps and operation options to build system



commit 95e0d1ed229495f8c752820b8f50be482d704721
Author: Guillaume Emont <gemont igalia com>
Date:   Thu Mar 31 20:30:48 2011 +0200

    core: added caps and operation options to build system

 src/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 58d4d42..53f3eda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,6 +51,8 @@ lib GRL_NAME@_la_SOURCES =					\
 	grl-log.c grl-log-priv.h				\
 	grl-sync.c						\
 	grl-value-helper.c					\
+	grl-caps.c 						\
+	grl-operation-options.c grl-operation-options-priv.h	\
 	grilo.c
 
 data_c_sources =		\
@@ -81,7 +83,9 @@ lib GRL_NAME@inc_HEADERS =	\
 	grl-util.h		\
 	grl-definitions.h	\
 	grl-operation.h		\
-	grl-value-helper.h
+	grl-value-helper.h	\
+	grl-caps.h		\
+	grl-operation-options.h
 
 data_h_headers =		\
 	data/grl-data.h		\
@@ -103,6 +107,7 @@ noinst_HEADERS =			\
 	grl-operation-priv.h		\
 	grl-sync-priv.h			\
 	grl-type-builtins.h		\
+	grl-operation-options-priv.h	\
 	grl-marshal.h
 
 EXTRA_DIST =				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]