author | renatofilho |
Thu May 03 14:39:25 2007 +0100 (2007-05-03) | |
branch | trunk |
changeset 622 | 4691abcf4f45 |
permissions | -rw-r--r-- |
renatofilho@525 | 1 |
bin_PROGRAMS = \ |
renatofilho@525 | 2 |
test |
renatofilho@525 | 3 |
|
renatofilho@525 | 4 |
test_SOURCES = \ |
renatofilho@525 | 5 |
main.c |
renatofilho@525 | 6 |
|
renatofilho@525 | 7 |
test_LDADD = \ |
renatofilho@525 | 8 |
$(top_builddir)/src/libgmythstreamclient.la \ |
renatofilho@525 | 9 |
$(GLIB_LIBS) |
renatofilho@525 | 10 |
|
renatofilho@525 | 11 |
AM_CPPFLAGS = \ |
renatofilho@525 | 12 |
-I$(top_builddir)/src \ |
renatofilho@525 | 13 |
$(GLIB_CFLAGS) |