diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | dfb6aa39a8000fc071dfa0680584dae173535c9a (patch) | |
| tree | ccf64f8dbc81ab13d36f3319475fc0e59f95e2ec /src/wscript | |
| parent | 8204f14304dd463a42f8540413cf95cf49e1f829 (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 47 |
1 files changed, 10 insertions, 37 deletions
diff --git a/src/wscript b/src/wscript index 6b0f037..63ad311 100644 --- a/src/wscript +++ b/src/wscript @@ -80,44 +80,17 @@ def build(bld): """ headers = """ - KM_xml.h - KM_error.h - SyncEncoder.h - ST2095_PinkNoise.h - MXF.h - Wav.h - Metadata.h - KM_mutex.h - JP2K.h - AtmosSyncChannel_Mixer.h - AtmosSyncChannel_Generator.h - SyncCommon.h - AS_02.h - AS_02_internal.h - KM_tai.h - KLV.h - PCMParserList.h - AS_DCP_internal.h - KM_log.h - AS_02_PHDR.h - UUIDInformation.h - KM_memio.h - KM_prng.h - KM_fileio.h - MXFTypes.h - AS_DCP.h - KM_util.h - AS_DCP_DCData_internal.h - MDD.h - MPEG.h - WavFileWriter.h - S12MTimecode.h - KM_platform.h - PCMDataProviders.h - CRC16.h - """ + asdcp/KM_util.h + asdcp/KM_memio.h + asdcp/KM_platform.h + asdcp/KM_error.h + asdcp/KM_tai.h + asdcp/KM_fileio.h + asdcp/KM_prng.h + asdcp/AS_DCP.h + """ - bld.install_files('${PREFIX}/include/libasdcp-cth', headers) + bld.install_files('${PREFIX}/include/libasdcp-cth/asdcp', headers) if bld.env.STATIC: bld.install_files('${PREFIX}/lib', 'libkumu-cth.a') bld.install_files('${PREFIX}/lib', 'libasdcp-cth.a') |
