[rygel] core: rename header file
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: rename header file
- Date: Tue, 3 Jul 2012 07:56:25 +0000 (UTC)
commit da3cf04956ee9614bf841e2f40bb9553efc16ac1
Author: Jens Georg <mail jensge org>
Date: Fri Jun 29 09:01:51 2012 +0200
core: rename header file
.gitignore | 2 +-
src/rygel/Makefile.am | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfec32a..010057a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,7 +55,7 @@ po/POTFILES
rygel-1.0.pc
src/rygel/rygel
src/rygel/rygel-1.0.vapi
-src/rygel/rygel.h
+src/rygel/rygel-core.h
src/ui/rygel-preferences
!src/rygel/cstuff.c
tests/rygel-http-byte-seek-test
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index 3deb165..6a05640 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -11,7 +11,7 @@ AM_CFLAGS += \
librygelincdir = $(includedir)/rygel-1.0
-librygelinc_HEADERS = rygel.h
+librygelinc_HEADERS = rygel-core.h
lib_LTLIBRARIES = librygel-core.la
@@ -110,7 +110,7 @@ librygel_core_la_SOURCES = \
rygel-description-file.vala
librygel_core_la_VALAFLAGS = \
- -H rygel.h -C --library=rygel-1.0 \
+ -H rygel-core.h -C --library=rygel-1.0 \
--pkg gstreamer-0.10 \
--pkg gstreamer-base-0.10 \
--pkg gupnp-dlna-1.0 \
@@ -127,7 +127,7 @@ bin_PROGRAMS = rygel
BUILT_SOURCES = \
rygel-1.0.vapi \
- rygel.h
+ rygel-core.h
rygel_SOURCES = \
rygel-dbus-service.vala \
@@ -149,7 +149,7 @@ DEPS_FILES = rygel-1.0.deps
vapidir = $(VAPIDIR)
vapi_DATA = $(VAPI_FILES) $(DEPS_FILES)
-rygel-1.0.vapi rygel.h: $(VAPI_SOURCE_FILES)
+rygel-1.0.vapi rygel-core.h: $(VAPI_SOURCE_FILES)
MAINTAINERCLEANFILES += $(BUILT_SOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]