rtsp-server: Don't install the funnel header
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 7 Mar 2011 09:23:06 +0000 (10:23 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 7 Mar 2011 09:23:06 +0000 (10:23 +0100)
gst/rtsp-server/Makefile.am

index ca400c0..06b0f35 100644 (file)
@@ -1,5 +1,4 @@
 public_headers = \
-               rtsp-funnel.h \
                rtsp-auth.h \
                rtsp-params.h \
                rtsp-sdp.h \
@@ -26,6 +25,8 @@ c_sources = \
        rtsp-client.c \
        rtsp-server.c
 
+noinst_HEADERS = rtsp-funnel.h
+
 lib_LTLIBRARIES = \
        libgstrtspserver-@GST_MAJORMINOR@.la