gmyth-upnp/test/Makefile.am
author renatofilho
Fri Feb 01 22:17:33 2008 +0000 (2008-02-01)
branchtrunk
changeset 909 847da7267234
child 922 04cd5e61dca3
permissions -rw-r--r--
[svn r915] updated to use libupnp
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@909
    12
bin_PROGRAMS = \
renatofilho@909
    13
	test
renatofilho@909
    14
renatofilho@909
    15
test_SOURCES = \
renatofilho@909
    16
	main.c
renatofilho@909
    17
renatofilho@909
    18
CLEANFILES = $(BUILT_SOURCES)