diff -r 000000000000 -r aa932d8bf85b gmyth-stream/client/src/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/client/src/Makefile.am Wed Apr 04 21:53:33 2007 +0100 @@ -0,0 +1,14 @@ +lib_LTLIBRARIES = libgmythstreamclient.la + +libgmythstreamclient_la_SOURCES = \ + gmyth-stream-client.c \ + gmyth-stream-client.h + +libgmythstreamclient_la_CFLAGS = \ + $(GLIB_CFLAGS) + +libgmythstreamclient_la_LDFLAGS = \ + $(GLIB_LIBS) + + +CLEANFILES =