From 4a774a1eead632a55285a5e05f2991b8f8697ca1 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Kalager Schaller Date: Mon, 13 Feb 2012 16:03:03 +0000 Subject: [PATCH] Add missing header file to build file --- gst/tcp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/tcp/Makefile.am b/gst/tcp/Makefile.am index 0882761..9117f4e 100644 --- a/gst/tcp/Makefile.am +++ b/gst/tcp/Makefile.am @@ -41,7 +41,7 @@ noinst_HEADERS = \ gsttcpclientsrc.h gsttcpclientsink.h \ gstmultifdsink.h \ gstmultisocketsink.h \ - gsttcpserversrc.h gsttcpserversink.h + gsttcpserversrc.h gsttcpserversink.h gstmultihandlesink.h CLEANFILES = $(BUILT_SOURCES) -- 2.7.4