diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 19:16:49 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 19:16:49 +0900 |
| commit | fe77251242f34e08f49f41fbbb2561e9278d8635 (patch) | |
| tree | 2776b2d01bade50ebb0649bcaaf927f769be2ee2 /cpp/src/Makefile.am | |
| parent | 0c331d288715b156f262cdb7841fb0dba4dc5d83 (diff) | |
| download | msgpack-python-fe77251242f34e08f49f41fbbb2561e9278d8635.tar.gz | |
cpp: fixes missing dependency to generate version.h
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index a6910b4..e12eb24 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -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 |
