gmyth-upnp/tests/Makefile.am
author renatofilho
Mon Feb 25 14:14:29 2008 +0000 (2008-02-25)
branchtrunk
changeset 923 337aef39e86a
parent 922 gmyth-upnp/test/Makefile.am@04cd5e61dca3
permissions -rw-r--r--
[svn r932] moved test dir to tests
     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)