mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
fix packaging problem
This commit is contained in:
parent
87724d5b51
commit
c398d5d828
5 changed files with 24 additions and 7 deletions
|
|
@ -20,12 +20,8 @@ nobase_include_HEADERS = \
|
|||
msgpack/type/raw.hpp \
|
||||
msgpack/type/tuple.hpp
|
||||
|
||||
noinst_HEADERS = \
|
||||
msgpack/type/tuple.hpp.erb
|
||||
|
||||
# FIXME
|
||||
object.lo: msgpack/type/tuple.hpp
|
||||
unpack.lo: msgpack/type/tuple.hpp msgpack/zone.hpp
|
||||
object.lo: msgpack/type/tuple.hpp msgpack/zone.hpp
|
||||
|
||||
msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb
|
||||
$(ERB) $< > $@.tmp
|
||||
|
|
@ -39,6 +35,10 @@ MOSTLYCLEANFILES = \
|
|||
msgpack/type/tuple.hpp \
|
||||
msgpack/zone.hpp
|
||||
|
||||
EXTRA_DIST = \
|
||||
msgpack/type/tuple.hpp.erb \
|
||||
msgpack/zone.hpp.erb
|
||||
|
||||
libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
||||
|
||||
# -version-info CURRENT:REVISION:AGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue