renatofilho@525: bin_PROGRAMS = \ renatofilho@525: test renatofilho@525: renatofilho@525: test_SOURCES = \ renatofilho@525: main.c renatofilho@525: renatofilho@525: test_LDADD = \ renatofilho@525: $(top_builddir)/src/libgmythstreamclient.la \ renatofilho@525: $(GLIB_LIBS) renatofilho@525: renatofilho@525: AM_CPPFLAGS = \ renatofilho@525: -I$(top_builddir)/src \ renatofilho@525: $(GLIB_CFLAGS)