diff options
Diffstat (limited to 'ext/resindvd/Makefile.am')
-rw-r--r-- | ext/resindvd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am index dbf34d43..3a00d151 100644 --- a/ext/resindvd/Makefile.am +++ b/ext/resindvd/Makefile.am @@ -6,6 +6,7 @@ libresindvd_la_SOURCES = \ plugin.c \ resindvdbin.c \ rsnaudiomunge.c \ + rsnaudiodec.c \ rsnbasesrc.c \ rsnpushsrc.c \ rsnstreamselector.c \ @@ -23,6 +24,7 @@ libresindvd_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = resindvdbin.h \ rsnaudiomunge.h \ + rsnaudiodec.h \ rsnbasesrc.h \ rsnpushsrc.h \ rsnstreamselector.h \ |