gmyth-stream/client/src/Makefile.am
author rosfran
Mon Apr 09 15:20:37 2007 +0100 (2007-04-09)
branchtrunk
changeset 513 12a61040588d
child 520 92acf23b87f0
permissions -rw-r--r--
[svn r518] Newly added GMythFileLocal, to deal with local stream files.
renatofilho@487
     1
lib_LTLIBRARIES = libgmythstreamclient.la
renatofilho@487
     2
renatofilho@487
     3
libgmythstreamclient_la_SOURCES = \
renatofilho@487
     4
	gmyth-stream-client.c \
renatofilho@487
     5
	gmyth-stream-client.h
renatofilho@487
     6
renatofilho@487
     7
libgmythstreamclient_la_CFLAGS = \
renatofilho@487
     8
	$(GLIB_CFLAGS)
renatofilho@487
     9
	
renatofilho@487
    10
libgmythstreamclient_la_LDFLAGS = \
renatofilho@487
    11
	$(GLIB_LIBS)
renatofilho@487
    12
renatofilho@487
    13
renatofilho@487
    14
CLEANFILES =