diff -r ab3aa66009de -r c6af9d7a88b5 gmyth-stream/client/src/Makefile.am
--- a/gmyth-stream/client/src/Makefile.am	Tue Apr 03 19:42:17 2007 +0100
+++ b/gmyth-stream/client/src/Makefile.am	Fri May 04 20:45:38 2007 +0100
@@ -1,8 +1,13 @@
 lib_LTLIBRARIES = libgmythstreamclient.la
 
+libgmythstreamclient_includedir = \
+    $(pkgincludedir)
+
+libgmythstreamclient_include_HEADERS = \
+	gmyth-stream-client.h
+
 libgmythstreamclient_la_SOURCES = \
-	gmyth-stream-client.c \
-	gmyth-stream-client.h
+	gmyth-stream-client.c
 
 libgmythstreamclient_la_CFLAGS = \
 	$(GLIB_CFLAGS)
@@ -10,5 +15,4 @@
 libgmythstreamclient_la_LDFLAGS = \
 	$(GLIB_LIBS)
 
-
 CLEANFILES =