mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +01:00
fix packaging problem
This commit is contained in:
parent
87724d5b51
commit
c398d5d828
17
Makefile.am
17
Makefile.am
@ -11,3 +11,20 @@ nobase_include_HEADERS = \
|
|||||||
msgpack/unpack_define.h \
|
msgpack/unpack_define.h \
|
||||||
msgpack/unpack_template.h
|
msgpack/unpack_template.h
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
ruby/bench.rb \
|
||||||
|
ruby/extconf.rb \
|
||||||
|
ruby/gem/README \
|
||||||
|
ruby/gem/Rakefile \
|
||||||
|
ruby/gem/test/test_helper.rb \
|
||||||
|
ruby/gengem.sh \
|
||||||
|
ruby/msgpack.gemspec \
|
||||||
|
ruby/pack.c \
|
||||||
|
ruby/pack.h \
|
||||||
|
ruby/rbinit.c \
|
||||||
|
ruby/test_case.rb \
|
||||||
|
ruby/test_format.rb \
|
||||||
|
ruby/test_pack.rb \
|
||||||
|
ruby/unpack.c \
|
||||||
|
ruby/unpack.h
|
||||||
|
|
||||||
|
@ -20,12 +20,8 @@ nobase_include_HEADERS = \
|
|||||||
msgpack/type/raw.hpp \
|
msgpack/type/raw.hpp \
|
||||||
msgpack/type/tuple.hpp
|
msgpack/type/tuple.hpp
|
||||||
|
|
||||||
noinst_HEADERS = \
|
|
||||||
msgpack/type/tuple.hpp.erb
|
|
||||||
|
|
||||||
# FIXME
|
# FIXME
|
||||||
object.lo: msgpack/type/tuple.hpp
|
object.lo: msgpack/type/tuple.hpp msgpack/zone.hpp
|
||||||
unpack.lo: msgpack/type/tuple.hpp msgpack/zone.hpp
|
|
||||||
|
|
||||||
msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb
|
msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb
|
||||||
$(ERB) $< > $@.tmp
|
$(ERB) $< > $@.tmp
|
||||||
@ -39,6 +35,10 @@ MOSTLYCLEANFILES = \
|
|||||||
msgpack/type/tuple.hpp \
|
msgpack/type/tuple.hpp \
|
||||||
msgpack/zone.hpp
|
msgpack/zone.hpp
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
msgpack/type/tuple.hpp.erb \
|
||||||
|
msgpack/zone.hpp.erb
|
||||||
|
|
||||||
libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
||||||
|
|
||||||
# -version-info CURRENT:REVISION:AGE
|
# -version-info CURRENT:REVISION:AGE
|
||||||
|
@ -1 +0,0 @@
|
|||||||
FURUHASHI Sadayuki <frsyuki _at_ users.sourceforge.jp>
|
|
@ -9,7 +9,8 @@ cp rbinit.c gem/ext/
|
|||||||
cp unpack.c gem/ext/
|
cp unpack.c gem/ext/
|
||||||
cp unpack.h gem/ext/
|
cp unpack.h gem/ext/
|
||||||
cat test_case.rb | sed "s/require ['\"]msgpack['\"]/require File.dirname(__FILE__) + '\/test_helper.rb'/" > gem/test/msgpack_test.rb
|
cat test_case.rb | sed "s/require ['\"]msgpack['\"]/require File.dirname(__FILE__) + '\/test_helper.rb'/" > gem/test/msgpack_test.rb
|
||||||
#cp ../README gem/README.txt
|
cp ../AUTHORS gem/AUTHORS
|
||||||
|
cp ../ChangeLog gem/ChangeLog
|
||||||
cp ../msgpack/pack_define.h gem/msgpack/
|
cp ../msgpack/pack_define.h gem/msgpack/
|
||||||
cp ../msgpack/pack_template.h gem/msgpack/
|
cp ../msgpack/pack_template.h gem/msgpack/
|
||||||
cp ../msgpack/unpack_define.h gem/msgpack/
|
cp ../msgpack/unpack_define.h gem/msgpack/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user