diff options
| author | jhurst <jhurst@cinecert.com> | 2021-04-07 15:29:30 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-04-07 15:29:30 -0700 |
| commit | 9d601e144baa6b5d67659ec3e0ab6d0d62d86e86 (patch) | |
| tree | f15e517ccbeae0aeab59036bc41fd87940789e22 | |
| parent | c1c832135048ef1963cc39a9bca14be1c4817263 (diff) | |
File needed by external projects
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dc1cf86..1d8780f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,11 +78,12 @@ include_HEADERS += \ WavFileWriter.h \ AS_DCP_internal.h \ AS_DCP_DCData_internal.h - endif if USE_AS_02 -include_HEADERS += AS_02.h +include_HEADERS += \ + AS_02.h \ + AS_02_ACES.h endif if USE_PHDR |
