diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/signer.h | 5 | ||||
| -rw-r--r-- | src/wscript | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/signer.h b/src/signer.h index 32514fb3..6e258f8d 100644 --- a/src/signer.h +++ b/src/signer.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_SIGNER_H +#define LIBDCP_SIGNER_H + /** @file src/signer.h * @brief Signer class. */ @@ -62,3 +65,5 @@ private: }; } + +#endif diff --git a/src/wscript b/src/wscript index 5da18ed9..122c0abe 100644 --- a/src/wscript +++ b/src/wscript @@ -80,6 +80,7 @@ def build(bld): mono_picture_mxf.h mono_picture_frame.h mxf.h + mxf_writer.h object.h picture_mxf.h picture_mxf_writer.h @@ -92,6 +93,7 @@ def build(bld): sound_frame.h stereo_picture_mxf.h stereo_picture_frame.h + subtitle.h types.h util.h version.h |
