[gnome-builder/wip/commands] build: move commandbar into commands
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/commands] build: move commandbar into commands
- Date: Tue, 7 Oct 2014 08:56:35 +0000 (UTC)
commit 8daf7a6e2eaf51d4f1a7ce7d6380af46846ae5d7
Author: Christian Hergert <christian hergert me>
Date: Tue Oct 7 01:56:26 2014 -0700
build: move commandbar into commands
src/{commandbar => commands}/gb-command-bar.c | 0
src/{commandbar => commands}/gb-command-bar.h | 0
src/gnome-builder.mk | 5 ++---
3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/commandbar/gb-command-bar.c b/src/commands/gb-command-bar.c
similarity index 100%
rename from src/commandbar/gb-command-bar.c
rename to src/commands/gb-command-bar.c
diff --git a/src/commandbar/gb-command-bar.h b/src/commands/gb-command-bar.h
similarity index 100%
rename from src/commandbar/gb-command-bar.h
rename to src/commands/gb-command-bar.h
diff --git a/src/gnome-builder.mk b/src/gnome-builder.mk
index e984ebf..f56701f 100644
--- a/src/gnome-builder.mk
+++ b/src/gnome-builder.mk
@@ -9,10 +9,10 @@ libgnome_builder_la_SOURCES = \
src/animation/gb-frame-source.h \
src/app/gb-application.c \
src/app/gb-application.h \
- src/commandbar/gb-command-bar.c \
- src/commandbar/gb-command-bar.h \
src/commands/gb-command.c \
src/commands/gb-command.h \
+ src/commands/gb-command-bar.c \
+ src/commands/gb-command-bar.h \
src/commands/gb-command-manager.c \
src/commands/gb-command-manager.h \
src/commands/gb-command-task.c \
@@ -144,7 +144,6 @@ libgnome_builder_la_CFLAGS = \
$(WEBKIT_CFLAGS) \
-I$(top_srcdir)/src/animation \
-I$(top_srcdir)/src/app \
- -I$(top_srcdir)/src/commandbar \
-I$(top_srcdir)/src/commands \
-I$(top_srcdir)/src/devhelp \
-I$(top_srcdir)/src/editor \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]