summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-09-13 08:50:12 -0700
committerjhurst <jhurst@cinecert.com>2021-09-13 08:50:12 -0700
commitd2196bc5aac896ff64b7714c4011b4b453ff1671 (patch)
treee9cf2927dd6b8791fa44ae59db708f47af56369c
parent8db9009293e6ace2ed05a8ca7bd734236a035c06 (diff)
Address filename changes
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a7f9ed..3ea5cbd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -134,8 +134,8 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \
AtmosSyncChannel_Generator.cpp AtmosSyncChannel_Generator.h \
AtmosSyncChannel_Mixer.cpp AtmosSyncChannel_Mixer.h \
PCMDataProviders.cpp PCMDataProviders.h \
- SyncEncoder.c SyncEncoder.h SyncCommon.h CRC16.c CRC16.h \
- UUIDInformation.c UUIDInformation.h \
+ SyncEncoder.cpp SyncEncoder.h SyncCommon.h CRC16.cpp CRC16.h \
+ UUIDInformation.cpp UUIDInformation.h \
ST2095_PinkNoise.cpp
if HAVE_OPENSSL