From abdc11acdaa8f059ad3c664b6d39a2757efaddc5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 11 Feb 2014 13:04:21 +0000 Subject: Build/install fixes. --- src/signer.h | 5 +++++ src/wscript | 2 ++ 2 files changed, 7 insertions(+) (limited to 'src') 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 -- cgit v1.2.3