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
renatofilho@909
     1
LDADD = \
renatofilho@909
     2
	$(GLIB_LIBS) \
renatofilho@909
     3
	$(LIBUPNP_LIBS) \
renatofilho@909
     4
	$(top_srcdir)/src/.libs/libgmythupnp.la
renatofilho@909
     5
renatofilho@909
     6
INCLUDES = \
renatofilho@909
     7
	-I$(top_srcdir)/src \
renatofilho@909
     8
	$(GLIB_CFLAGS) \
renatofilho@909
     9
	$(GOBJECT_CFLAGS) \
renatofilho@909
    10
	$(LIBUPNP_CFLAGS)
renatofilho@909
    11
renatofilho@922
    12
noinst_PROGRAMS = \
renatofilho@922
    13
	gmyth-upnp-test
renatofilho@909
    14
renatofilho@922
    15
gmyth_upnp_test_SOURCES = \
renatofilho@909
    16
	main.c
renatofilho@909
    17
renatofilho@909
    18
CLEANFILES = $(BUILT_SOURCES)