gmyth-upnp/tests/Makefile.am
author renatofilho
Tue Mar 04 13:51:13 2008 +0000 (2008-03-04)
branchtrunk
changeset 940 1ac1550f69b6
parent 922 04cd5e61dca3
permissions -rw-r--r--
[svn r949] clear timeout function when gst emit error
     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)