From ab17f5d3fadc1fb6c0de773c9bf6d9d0d090d0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 5 Sep 2009 13:13:23 +0200 Subject: [PATCH] rtsp: Fix introspection build by ordering sources/headers in dependency order --- gst-libs/gst/rtsp/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am index 089589ff3d..e52ea8f4bb 100644 --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -1,13 +1,13 @@ libgstrtspincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp libgstrtspinclude_HEADERS = gstrtspbase64.h \ + gstrtsptransport.h \ + gstrtspurl.h \ + gstrtspmessage.h \ gstrtspconnection.h \ gstrtspdefs.h \ gstrtspextension.h \ - gstrtspmessage.h \ - gstrtsprange.h \ - gstrtsptransport.h \ - gstrtspurl.h + gstrtsprange.h #gstrtspextreal.h #gstrtspextwms.h @@ -18,13 +18,13 @@ built_sources = rtsp-marshal.c gstrtsp-enumtypes.c built_headers = rtsp-marshal.h gstrtsp-enumtypes.h libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = gstrtspbase64.c \ + gstrtsptransport.c \ + gstrtspurl.c \ + gstrtspmessage.c \ gstrtspconnection.c \ gstrtspdefs.c \ gstrtspextension.c \ - gstrtspmessage.c \ - gstrtsprange.c \ - gstrtsptransport.c \ - gstrtspurl.c + gstrtsprange.c nodist_libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = $(built_sources) nodist_libgstrtspinclude_HEADERS = gstrtsp-enumtypes.h