1.1 --- a/gmyth-stream/client/src/Makefile.am Tue Apr 03 19:42:17 2007 +0100
1.2 +++ b/gmyth-stream/client/src/Makefile.am Wed May 16 18:47:09 2007 +0100
1.3 @@ -1,8 +1,13 @@
1.4 lib_LTLIBRARIES = libgmythstreamclient.la
1.5
1.6 +libgmythstreamclient_includedir = \
1.7 + $(pkgincludedir)
1.8 +
1.9 +libgmythstreamclient_include_HEADERS = \
1.10 + gmyth-stream-client.h
1.11 +
1.12 libgmythstreamclient_la_SOURCES = \
1.13 - gmyth-stream-client.c \
1.14 - gmyth-stream-client.h
1.15 + gmyth-stream-client.c
1.16
1.17 libgmythstreamclient_la_CFLAGS = \
1.18 $(GLIB_CFLAGS)
1.19 @@ -10,5 +15,4 @@
1.20 libgmythstreamclient_la_LDFLAGS = \
1.21 $(GLIB_LIBS)
1.22
1.23 -
1.24 CLEANFILES =