[gnome-builder/wip/xml-indent] auto-indent: move auto-indent code into src/auto-indent
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/xml-indent] auto-indent: move auto-indent code into src/auto-indent
- Date: Thu, 16 Oct 2014 03:51:52 +0000 (UTC)
commit 3643a2d354144ca34700d17c9b163b21e64e68e2
Author: Christian Hergert <christian hergert me>
Date: Wed Oct 15 20:51:18 2014 -0700
auto-indent: move auto-indent code into src/auto-indent
.../gb-source-auto-indenter-c.c | 0
.../gb-source-auto-indenter-c.h | 0
.../gb-source-auto-indenter.c | 0
.../gb-source-auto-indenter.h | 0
src/gnome-builder.mk | 9 +++++----
5 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/editor/gb-source-auto-indenter-c.c b/src/auto-indent/gb-source-auto-indenter-c.c
similarity index 100%
rename from src/editor/gb-source-auto-indenter-c.c
rename to src/auto-indent/gb-source-auto-indenter-c.c
diff --git a/src/editor/gb-source-auto-indenter-c.h b/src/auto-indent/gb-source-auto-indenter-c.h
similarity index 100%
rename from src/editor/gb-source-auto-indenter-c.h
rename to src/auto-indent/gb-source-auto-indenter-c.h
diff --git a/src/editor/gb-source-auto-indenter.c b/src/auto-indent/gb-source-auto-indenter.c
similarity index 100%
rename from src/editor/gb-source-auto-indenter.c
rename to src/auto-indent/gb-source-auto-indenter.c
diff --git a/src/editor/gb-source-auto-indenter.h b/src/auto-indent/gb-source-auto-indenter.h
similarity index 100%
rename from src/editor/gb-source-auto-indenter.h
rename to src/auto-indent/gb-source-auto-indenter.h
diff --git a/src/gnome-builder.mk b/src/gnome-builder.mk
index 9095bb6..795e42c 100644
--- a/src/gnome-builder.mk
+++ b/src/gnome-builder.mk
@@ -9,6 +9,10 @@ libgnome_builder_la_SOURCES = \
src/animation/gb-frame-source.h \
src/app/gb-application.c \
src/app/gb-application.h \
+ src/auto-indent/gb-source-auto-indenter.c \
+ src/auto-indent/gb-source-auto-indenter.h \
+ src/auto-indent/gb-source-auto-indenter-c.c \
+ src/auto-indent/gb-source-auto-indenter-c.h \
src/commands/gb-command.c \
src/commands/gb-command.h \
src/commands/gb-command-bar.c \
@@ -57,10 +61,6 @@ libgnome_builder_la_SOURCES = \
src/editor/gb-editor-workspace.c \
src/editor/gb-editor-workspace.h \
src/editor/gb-editor-workspace-private.h \
- src/editor/gb-source-auto-indenter.c \
- src/editor/gb-source-auto-indenter.h \
- src/editor/gb-source-auto-indenter-c.c \
- src/editor/gb-source-auto-indenter-c.h \
src/editor/gb-source-change-monitor.c \
src/editor/gb-source-change-monitor.h \
src/editor/gb-source-formatter.c \
@@ -170,6 +170,7 @@ libgnome_builder_la_CFLAGS = \
$(WEBKIT_CFLAGS) \
-I$(top_srcdir)/src/animation \
-I$(top_srcdir)/src/app \
+ -I$(top_srcdir)/src/auto-indent \
-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]