gmyth-stream/client/src/Makefile.am
author morphbr
Tue May 15 18:25:19 2007 +0100 (2007-05-15)
branchtrunk
changeset 653 3433df0d6ae3
parent 487 ab3aa66009de
permissions -rw-r--r--
[svn r659] * GMyth-Stream
- created mencoder_lib to cleanup code
- fixed progress bar function
- get status by task
     1 lib_LTLIBRARIES = libgmythstreamclient.la
     2 
     3 libgmythstreamclient_includedir = \
     4     $(pkgincludedir)
     5 
     6 libgmythstreamclient_include_HEADERS = \
     7 	gmyth-stream-client.h
     8 
     9 libgmythstreamclient_la_SOURCES = \
    10 	gmyth-stream-client.c
    11 
    12 libgmythstreamclient_la_CFLAGS = \
    13 	$(GLIB_CFLAGS)
    14 	
    15 libgmythstreamclient_la_LDFLAGS = \
    16 	$(GLIB_LIBS)
    17 
    18 CLEANFILES =