gmyth-upnp/tests/Makefile.am
author ali@juiblex.co.uk
Tue Dec 15 20:48:32 2009 +0000 (2009-12-15)
branchtrunk
changeset 950 6308269b026e
parent 922 04cd5e61dca3
permissions -rw-r--r--
Update gmyth-ls to work with a 0.22 backend
     1 LDADD = \
     2 	$(GLIB_LIBS) \
     3 	$(LIBUPNP_LIBS) \
     4 	$(top_srcdir)/src/.libs/libgmythupnp.la
     5 
     6 INCLUDES = \
     7 	-I$(top_srcdir)/src \
     8 	$(GLIB_CFLAGS) \
     9 	$(GOBJECT_CFLAGS) \
    10 	$(LIBUPNP_CFLAGS)
    11 
    12 noinst_PROGRAMS = \
    13 	gmyth-upnp-test
    14 
    15 gmyth_upnp_test_SOURCES = \
    16 	main.c
    17 
    18 CLEANFILES = $(BUILT_SOURCES)