diff options
author | Jens Georg <jensg@openismus.org> | 2012-09-14 11:27:42 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2012-09-21 16:02:51 +0200 |
commit | f6d6fe8d6130a86958a3524beeee8686e099607c (patch) | |
tree | 22bff50e87d6d6efc8c3411e4be8e99d5c7f9736 | |
parent | ce0a497eb71769a0663e63769a1071dd735c58ca (diff) | |
download | rygel-f6d6fe8d6130a86958a3524beeee8686e099607c.tar.gz |
rygel,core: Move buildconfig to libcore
-rw-r--r-- | src/librygel-core/Makefile.am | 1 | ||||
-rw-r--r-- | src/librygel-core/rygel-build-config.vapi (renamed from src/rygel/rygel-build-config.vapi) | 0 | ||||
-rw-r--r-- | src/rygel/Makefile.am | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/librygel-core/Makefile.am b/src/librygel-core/Makefile.am index bde287cd..cef596fe 100644 --- a/src/librygel-core/Makefile.am +++ b/src/librygel-core/Makefile.am @@ -50,6 +50,7 @@ MAINTAINERCLEANFILES += $(BUILT_SOURCES) EXTRA_DIST = \ rygel-core-1.0.vapi \ + rygel-build-config.vapi \ uuid.vapi \ $(VAPI_FILES) \ $(DEPS_FILES) \ diff --git a/src/rygel/rygel-build-config.vapi b/src/librygel-core/rygel-build-config.vapi index bbf0ceba..bbf0ceba 100644 --- a/src/rygel/rygel-build-config.vapi +++ b/src/librygel-core/rygel-build-config.vapi diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am index 2f2a9533..6388d13d 100644 --- a/src/rygel/Makefile.am +++ b/src/rygel/Makefile.am @@ -33,7 +33,6 @@ vapi_DATA = $(VAPI_FILES) $(DEPS_FILES) MAINTAINERCLEANFILES += $(BUILT_SOURCES) EXTRA_DIST = \ - rygel-build-config.vapi \ $(VAPI_FILES) \ $(DEPS_FILES) \ $(BUILT_SOURCES) |