diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-06 13:51:49 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-06 13:51:49 +0900 |
| commit | 3afa9f265ebb283f26cb516ceca52cc083916cf7 (patch) | |
| tree | 061f2af807adc15cf7fbaefeffde47c1f5df570e /cpp/Makefile.am | |
| parent | ec8932d6a11977136516fb2b7a3e3015cab0c3ac (diff) | |
| download | msgpack-python-3afa9f265ebb283f26cb516ceca52cc083916cf7.tar.gz | |
cpp: add msgpack::type::define
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index b9126f8..5efac3f 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -19,7 +19,8 @@ nobase_include_HEADERS = \ msgpack/type/map.hpp \ msgpack/type/nil.hpp \ msgpack/type/raw.hpp \ - msgpack/type/tuple.hpp + msgpack/type/tuple.hpp \ + msgpack/type/define.hpp # FIXME object.lo: msgpack/type/tuple.hpp msgpack/zone.hpp @@ -28,6 +29,10 @@ msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb $(ERB) $< > $@.tmp mv $@.tmp $@ +msgpack/type/define.hpp: msgpack/type/define.hpp.erb + $(ERB) $< > $@.tmp + mv $@.tmp $@ + msgpack/zone.hpp: msgpack/zone.hpp.erb $(ERB) $< > $@.tmp mv $@.tmp $@ |
