gmyth-stream/client/src/Makefile.am
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
parent 487 ab3aa66009de
permissions -rw-r--r--
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
renatofilho@487
     1
lib_LTLIBRARIES = libgmythstreamclient.la
renatofilho@487
     2
renatofilho@520
     3
libgmythstreamclient_includedir = \
renatofilho@520
     4
    $(pkgincludedir)
renatofilho@520
     5
renatofilho@520
     6
libgmythstreamclient_include_HEADERS = \
renatofilho@520
     7
	gmyth-stream-client.h
renatofilho@520
     8
renatofilho@487
     9
libgmythstreamclient_la_SOURCES = \
renatofilho@520
    10
	gmyth-stream-client.c
renatofilho@487
    11
renatofilho@487
    12
libgmythstreamclient_la_CFLAGS = \
renatofilho@487
    13
	$(GLIB_CFLAGS)
renatofilho@487
    14
	
renatofilho@487
    15
libgmythstreamclient_la_LDFLAGS = \
renatofilho@487
    16
	$(GLIB_LIBS)
renatofilho@487
    17
renatofilho@487
    18
CLEANFILES =