summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-11 13:04:21 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-11 13:04:21 +0000
commitabdc11acdaa8f059ad3c664b6d39a2757efaddc5 (patch)
tree345ade0a2d97bcba5d50c4df16fe81152a2f4cac /src
parent4912f8e7b94d0c4f7130278d05e89b7472da083b (diff)
Build/install fixes.
Diffstat (limited to 'src')
-rw-r--r--src/signer.h5
-rw-r--r--src/wscript2
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