mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: fixes missing dependency to generate version.h
This commit is contained in:
parent
0c331d2887
commit
fe77251242
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ msgpack/version.h: msgpack/version.h.in Makefile.in
|
|||
-e s/VERSION_MINOR_UNDEFINED/$(VERSION_MINOR)/ \
|
||||
$< > $@
|
||||
|
||||
version.c: msgpack/version.h
|
||||
|
||||
|
||||
doxygen_c:
|
||||
cat ../Doxyfile > Doxyfile_c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue