diff --git a/gst/Makefile.am b/gst/Makefile.am index 07bad28ee7..f9634039cf 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -80,6 +80,7 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ gstatomic.c \ gstbin.c \ gstbuffer.c \ + gstbufferpool-default.c \ gstcaps.c \ gstclock.c \ gstcpu.c \ @@ -142,6 +143,7 @@ gst_headers = \ gstobject.h \ gstbin.h \ gstbuffer.h \ + gstbufferpool-default.h \ gstcaps.h \ gstclock.h \ gstcompat.h \