diff options
| author | mikey <mikey@cinecert.com> | 2012-05-21 16:31:14 +0000 |
|---|---|---|
| committer | mikey <> | 2012-05-21 16:31:14 +0000 |
| commit | 5884edb3a008e6eb139e507091b18728152dd497 (patch) | |
| tree | 3b07eec46380ee038dc570bc308f71b9c8ccfefc /src/Makefile.am | |
| parent | 52f7b1e45858168462944abf048c652c5ff683bf (diff) | |
added as_02_internal.h to the Makefile sources for as02 tools.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 829d114..77a4e69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,7 +84,7 @@ libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\" # sources for as-02 library libas02_la_SOURCES = \ - AS_02.h AS_02_MXF.cpp AS_02_JP2K.cpp AS_02_PCM.cpp h__02_Reader.cpp h__02_Writer.cpp + AS_02.h AS_02_MXF.cpp AS_02_JP2K.cpp AS_02_PCM.cpp h__02_Reader.cpp h__02_Writer.cpp AS_02_internal.h libas02_la_LDFLAGS = -release @VERSION@ libas02_la_LIBADD = libasdcp.la libkumu.la libas02_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\" |
