[libdmapsharing] Install dmap-structure.h, needed by dmap-connection.h Signed-off-by: W. Michael Petullo <mike flyn o



commit 7fb552fa98de33f8f98f15b4c71308a7adb581a9
Author: W. Michael Petullo <mike flyn org>
Date:   Sun Dec 19 21:30:31 2010 -0600

    Install dmap-structure.h, needed by dmap-connection.h
    Signed-off-by: W. Michael Petullo <mike flyn org>

 TODO                             |    3 +++
 libdmapsharing/Makefile.am       |    2 +-
 libdmapsharing/dmap-connection.c |    1 -
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/TODO b/TODO
index d15dc2c..526b58c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+Realtime transcode: must g_input_stream_close what is returned from
+daap_record_read, unless I change API (see also dmapd.c)
+
 service-added callback takes a void *, not nice with Vala see also
 dpapview.vala.
 
diff --git a/libdmapsharing/Makefile.am b/libdmapsharing/Makefile.am
index 5704203..e26367b 100644
--- a/libdmapsharing/Makefile.am
+++ b/libdmapsharing/Makefile.am
@@ -85,6 +85,7 @@ libdmapsharinginclude_HEADERS = \
 	dmap-record.h \
 	dmap-record-factory.h \
 	dmap-share.h \
+	dmap-structure.h \
 	dpap-connection.h \
 	dpap-record.h \
 	dpap-share.h
@@ -94,7 +95,6 @@ noinst_HEADERS = \
 	dmap-marshal.h \
 	dmap-config.h \
 	dmap-mdns-avahi.h \
-	dmap-structure.h \
 	dmap-utils.h \
 	g-gst-input-stream.h \
 	g-gst-mp3-input-stream.h \
diff --git a/libdmapsharing/dmap-connection.c b/libdmapsharing/dmap-connection.c
index 038f509..48acf7e 100644
--- a/libdmapsharing/dmap-connection.c
+++ b/libdmapsharing/dmap-connection.c
@@ -32,7 +32,6 @@
 
 #include "dmap-md5.h"
 #include "dmap-connection.h"
-#include "dmap-structure.h"
 #include "dmap-record-factory.h"
 #include "dmap-marshal.h"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]