gmyth-upnp/test/Makefile.am
branchtrunk
changeset 922 04cd5e61dca3
parent 909 847da7267234
     1.1 --- a/gmyth-upnp/test/Makefile.am	Fri Feb 01 22:17:33 2008 +0000
     1.2 +++ b/gmyth-upnp/test/Makefile.am	Mon Feb 25 14:12:27 2008 +0000
     1.3 @@ -9,10 +9,10 @@
     1.4  	$(GOBJECT_CFLAGS) \
     1.5  	$(LIBUPNP_CFLAGS)
     1.6  
     1.7 -bin_PROGRAMS = \
     1.8 -	test
     1.9 +noinst_PROGRAMS = \
    1.10 +	gmyth-upnp-test
    1.11  
    1.12 -test_SOURCES = \
    1.13 +gmyth_upnp_test_SOURCES = \
    1.14  	main.c
    1.15  
    1.16  CLEANFILES = $(BUILT_SOURCES)