diff options
Diffstat (limited to 'src/Makefile.am')
-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 15a201f..feafb93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,9 @@ liblrtp_la_SOURCES = \ srtp.cc \ rtp_profile_amrwb.cc \ rtp_profile_opus.cc \ + rtp_profile_l16.cc \ rtp_profile_raw.cc \ + rtp_profile_jpeg.cc \ asc2bin.cc include_HEADERS = \ @@ -20,7 +22,9 @@ include_HEADERS = \ EXTRA_DIST = \ rtp_profile_amrwb.h \ rtp_profile_opus.h \ + rtp_profile_l16.h \ rtp_profile_raw.h \ + rtp_profile_jpeg.h \ rtp.h \ srtp.h \ asc2bin.h |