summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/json/ext/generator/extconf.rb (renamed from ext/json/ext/extconf_generator.rb)2
-rw-r--r--ext/json/ext/generator/generator.c (renamed from ext/json/ext/generator.c)0
-rw-r--r--ext/json/ext/generator/generator.h (renamed from ext/json/ext/generator.h)0
-rw-r--r--ext/json/ext/parser/extconf.rb (renamed from ext/json/ext/extconf_parser.rb)2
-rw-r--r--ext/json/ext/parser/parser.c (renamed from ext/json/ext/parser.c)0
-rw-r--r--ext/json/ext/parser/parser.h (renamed from ext/json/ext/parser.h)0
-rw-r--r--ext/json/ext/parser/parser.rl (renamed from ext/json/ext/parser.rl)0
7 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/ext/extconf_generator.rb b/ext/json/ext/generator/extconf.rb
index 38f678d..b0eab0d 100644
--- a/ext/json/ext/extconf_generator.rb
+++ b/ext/json/ext/generator/extconf.rb
@@ -13,4 +13,4 @@ end
have_header("ruby/re.h") || have_header("re.h")
have_header("ruby/encoding.h")
-create_makefile 'generator'
+create_makefile 'json/ext/generator'
diff --git a/ext/json/ext/generator.c b/ext/json/ext/generator/generator.c
index b398cac..b398cac 100644
--- a/ext/json/ext/generator.c
+++ b/ext/json/ext/generator/generator.c
diff --git a/ext/json/ext/generator.h b/ext/json/ext/generator/generator.h
index 37240a9..37240a9 100644
--- a/ext/json/ext/generator.h
+++ b/ext/json/ext/generator/generator.h
diff --git a/ext/json/ext/extconf_parser.rb b/ext/json/ext/parser/extconf.rb
index 786a831..f61fc94 100644
--- a/ext/json/ext/extconf_parser.rb
+++ b/ext/json/ext/parser/extconf.rb
@@ -12,4 +12,4 @@ if CONFIG['CC'] =~ /gcc/
end
have_header("re.h")
-create_makefile 'parser'
+create_makefile 'json/ext/parser'
diff --git a/ext/json/ext/parser.c b/ext/json/ext/parser/parser.c
index 1d639d2..1d639d2 100644
--- a/ext/json/ext/parser.c
+++ b/ext/json/ext/parser/parser.c
diff --git a/ext/json/ext/parser.h b/ext/json/ext/parser/parser.h
index 688ffda..688ffda 100644
--- a/ext/json/ext/parser.h
+++ b/ext/json/ext/parser/parser.h
diff --git a/ext/json/ext/parser.rl b/ext/json/ext/parser/parser.rl
index dd07485..dd07485 100644
--- a/ext/json/ext/parser.rl
+++ b/ext/json/ext/parser/parser.rl