[PATCH 05/15] core: added caps and operation options to build system



From: Guillaume Emont <gemont igalia com>

---
 src/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 103d3f8..c95aabd 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 =				\
-- 
1.7.5.4



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