mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
c++: fix Makefile.am
This commit is contained in:
parent
a5705183d6
commit
0491768fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ nobase_include_HEADERS = \
|
|||
msgpack/type/define.hpp
|
||||
|
||||
# FIXME
|
||||
object.lo: msgpack/type/tuple.hpp msgpack/zone.hpp
|
||||
object.lo: msgpack/type/tuple.hpp msgpack/type/define.hpp msgpack/zone.hpp
|
||||
|
||||
msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb
|
||||
$(ERB) $< > $@.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue