diff options
| author | jhurst <jhurst@cinecert.com> | 2021-11-10 12:49:03 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-11-10 12:49:03 -0800 |
| commit | 1ee0c39e3232625056a37ab35dad972db32b081f (patch) | |
| tree | 958b57d50ea0f571764bfde9d93613b31c54b078 /src | |
| parent | 5a2521762565aa71f9ac797cf43c0e63b14d938e (diff) | |
Added as-02-wrap-iab to the build
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3ea5cbd..20bccf5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -217,6 +217,7 @@ if USE_AS_02 bin_PROGRAMS += \ as-02-wrap \ as-02-wrap-jxs \ + as-02-wrap-iab \ as-02-unwrap \ as-02-info endif @@ -277,6 +278,9 @@ as_02_wrap_LDADD = libas02.la libasdcp.la libkumu.la as_02_wrap_jxs_SOURCES = as-02-wrap-jxs.cpp as_02_wrap_jxs_LDADD = libas02.la libasdcp.la libkumu.la +as_02_wrap_iab_SOURCES = as-02-wrap-iab.cpp +as_02_wrap_iab_LDADD = libas02.la libasdcp.la libkumu.la + as_02_unwrap_SOURCES = as-02-unwrap.cpp as_02_unwrap_LDADD = libas02.la libasdcp.la libkumu.la |
