renatofilho@909: LDADD = \ renatofilho@909: $(GLIB_LIBS) \ renatofilho@909: $(LIBUPNP_LIBS) \ renatofilho@909: $(top_srcdir)/src/.libs/libgmythupnp.la renatofilho@909: renatofilho@909: INCLUDES = \ renatofilho@909: -I$(top_srcdir)/src \ renatofilho@909: $(GLIB_CFLAGS) \ renatofilho@909: $(GOBJECT_CFLAGS) \ renatofilho@909: $(LIBUPNP_CFLAGS) renatofilho@909: renatofilho@909: bin_PROGRAMS = \ renatofilho@909: test renatofilho@909: renatofilho@909: test_SOURCES = \ renatofilho@909: main.c renatofilho@909: renatofilho@909: CLEANFILES = $(BUILT_SOURCES)