mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
fix Makefile.am
This commit is contained in:
parent
1375732c80
commit
b4cb5e23c0
2 changed files with 7 additions and 5 deletions
|
|
@ -39,10 +39,12 @@ msgpack/zone.hpp: msgpack/zone.hpp.erb
|
|||
|
||||
MOSTLYCLEANFILES = \
|
||||
msgpack/type/tuple.hpp \
|
||||
msgpack/type/define.hpp \
|
||||
msgpack/zone.hpp
|
||||
|
||||
EXTRA_DIST = \
|
||||
msgpack/type/tuple.hpp.erb \
|
||||
msgpack/type/define.hpp.erb \
|
||||
msgpack/zone.hpp.erb
|
||||
|
||||
libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue