diff options
Diffstat (limited to 'gst/inter/Makefile.am')
-rw-r--r-- | gst/inter/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/inter/Makefile.am b/gst/inter/Makefile.am index 4a7e78aea..7728de991 100644 --- a/gst/inter/Makefile.am +++ b/gst/inter/Makefile.am @@ -5,6 +5,8 @@ noinst_PROGRAMS = gstintertest libgstinter_la_SOURCES = \ gstinteraudiosink.c \ gstinteraudiosrc.c \ + gstintersubsink.c \ + gstintersubsrc.c \ gstintervideosink.c \ gstintervideosrc.c \ gstinter.c \ @@ -13,6 +15,8 @@ libgstinter_la_SOURCES = \ noinst_HEADERS = \ gstinteraudiosink.h \ gstinteraudiosrc.h \ + gstintersubsink.h \ + gstintersubsrc.h \ gstintervideosink.h \ gstintervideosrc.h \ gstintersurface.h |