[rygel/config] Put the cstuff in the config library.



commit 6cb46591d030cb4b2a293845650e54434693d24b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Apr 20 15:15:03 2009 +0300

    Put the cstuff in the config library.
---
 src/rygel/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index dacb529..424f591 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -52,8 +52,6 @@ BUILT_SOURCES = rygel-1.0.vapi \
 		rygel-media-item.c
 
 rygel_SOURCES = $(VAPI_SOURCE_FILES) \
-		cstuff.c \
-		cstuff.h \
 		rygel.h \
 		rygel-media-server.c \
 		rygel-media-server.vala \
@@ -147,7 +145,9 @@ rygel-1.0.vapi: $(VAPI_SOURCE_FILES)
 
 noinst_LIBRARIES = librygel-configuration.a
 
-librygel_configuration_a_SOURCES = rygel-configuration.c
+librygel_configuration_a_SOURCES = rygel-configuration.c \
+				   cstuff.c \
+                                   cstuff.h
 
 CLEANFILES = $(BUILT_SOURCES)
 MAINTAINERCLEANFILES = Makefile.in



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