diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:10:25 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:10:25 +0900 |
| commit | c57f6161415156328bd7039be44895b868ee6f76 (patch) | |
| tree | 3a0c2bb7a2b6d2378bdcc8ac823f77d09e70ebb2 /cpp/src | |
| parent | 3af10a1d000882f338529360bf35ae0e3a21ffc4 (diff) | |
| download | msgpack-python-c57f6161415156328bd7039be44895b868ee6f76.tar.gz | |
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
Diffstat (limited to 'cpp/src')
| -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 78d14aa..79b692d 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -80,6 +80,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 |
