summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-04-27 10:31:00 -0500
committerFlorian Frank <flori@ping.de>2010-04-28 00:40:03 +0200
commitd496f792bf98dc49512d8f04f5867d26f6b8aed3 (patch)
tree0be428e299b69f8e678501ea27cc7e2ad8202259 /ext
parented3c61202f3d06029f86d57c3641abc192507d9c (diff)
downloadjson-d496f792bf98dc49512d8f04f5867d26f6b8aed3.tar.gz
Revert "simplified build structure"v1.4.2
This reverts 76e017a1b8a042bcb682b68821cc33f29788cd9a commit.
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