diff -r 17877d6e44e2 -r 312d6bc514f3 libgnomevfs2-mythtv/tests/Makefile.am --- a/libgnomevfs2-mythtv/tests/Makefile.am Fri May 11 15:03:21 2007 +0100 +++ b/libgnomevfs2-mythtv/tests/Makefile.am Thu Jun 14 18:19:52 2007 +0100 @@ -1,7 +1,7 @@ -bin_PROGRAMS = \ - test +noinst_PROGRAMS = \ + gnomevfs-mythtv-test -test_SOURCES = \ +gnomevfs_mythtv_test_SOURCES = \ main.c AM_CPPFLAGS = \ @@ -9,7 +9,7 @@ $(GOBJECT_CFLAGS) \ $(GNOME_VFS_CFLAGS) -test_LDADD = \ +gnomevfs_mythtv_test_LDADD = \ $(GLIB_LIBS) \ $(GOBJECT_LIBS) \ $(GNOME_VFS_LIBS)