[gnome-builder] fuzzy: move fuzzy index to cut-n-paste



commit 2dfb1d4c60d045a1347333b75db635f461b529f1
Author: Christian Hergert <christian hergert me>
Date:   Sat Apr 18 23:44:36 2015 -0700

    fuzzy: move fuzzy index to cut-n-paste

 {libide/fuzzy => cut-n-paste}/fuzzy.c |    0
 {libide/fuzzy => cut-n-paste}/fuzzy.h |    0
 libide/Makefile.am                    |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/fuzzy/fuzzy.c b/cut-n-paste/fuzzy.c
similarity index 100%
rename from libide/fuzzy/fuzzy.c
rename to cut-n-paste/fuzzy.c
diff --git a/libide/fuzzy/fuzzy.h b/cut-n-paste/fuzzy.h
similarity index 100%
rename from libide/fuzzy/fuzzy.h
rename to cut-n-paste/fuzzy.h
diff --git a/libide/Makefile.am b/libide/Makefile.am
index b837616..30086ef 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -207,6 +207,8 @@ libide_1_0_la_public_sources = \
 
 libide_1_0_la_SOURCES = \
        $(libide_1_0_la_public_sources) \
+       cut-n-paste/fuzzy.c \
+       cut-n-paste/fuzzy.h \
        cut-n-paste/trie.c \
        cut-n-paste/trie.h \
        libide/autotools/ide-makecache.c \
@@ -224,8 +226,6 @@ libide_1_0_la_SOURCES = \
        libide/ide-debug.h \
        libide/editorconfig/editorconfig-glib.c \
        libide/editorconfig/editorconfig-glib.h \
-       libide/fuzzy/fuzzy.c \
-       libide/fuzzy/fuzzy.h \
        libide/gca/gca-diagnostics.c \
        libide/gca/gca-diagnostics.h \
        libide/gca/gca-service.c \


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