diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 27abd2305a..c0620f6f2a 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -5,7 +5,7 @@ libgstrtpbad_la_SOURCES = \ gstrtph265depay.c \ gstrtph265pay.c -libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) \ +libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) libgstrtpbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \