1.1 --- a/libgnomevfs2-mythtv/tests/Makefile.am Fri May 11 15:03:21 2007 +0100
1.2 +++ b/libgnomevfs2-mythtv/tests/Makefile.am Mon Mar 03 13:50:41 2008 +0000
1.3 @@ -1,7 +1,7 @@
1.4 -bin_PROGRAMS = \
1.5 - test
1.6 +noinst_PROGRAMS = \
1.7 + gnomevfs-mythtv-test
1.8
1.9 -test_SOURCES = \
1.10 +gnomevfs_mythtv_test_SOURCES = \
1.11 main.c
1.12
1.13 AM_CPPFLAGS = \
1.14 @@ -9,7 +9,7 @@
1.15 $(GOBJECT_CFLAGS) \
1.16 $(GNOME_VFS_CFLAGS)
1.17
1.18 -test_LDADD = \
1.19 +gnomevfs_mythtv_test_LDADD = \
1.20 $(GLIB_LIBS) \
1.21 $(GOBJECT_LIBS) \
1.22 $(GNOME_VFS_LIBS)