branch | trunk |
changeset 497 | 08a2d7d67ae5 |
child 520 | 92acf23b87f0 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gmyth-stream/client/src/Makefile.am Wed Apr 04 17:08:11 2007 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +lib_LTLIBRARIES = libgmythstreamclient.la 1.5 + 1.6 +libgmythstreamclient_la_SOURCES = \ 1.7 + gmyth-stream-client.c \ 1.8 + gmyth-stream-client.h 1.9 + 1.10 +libgmythstreamclient_la_CFLAGS = \ 1.11 + $(GLIB_CFLAGS) 1.12 + 1.13 +libgmythstreamclient_la_LDFLAGS = \ 1.14 + $(GLIB_LIBS) 1.15 + 1.16 + 1.17 +CLEANFILES =