diff -r b937c837e929 -r 338476853df3 libgnomevfs2-mythtv/tests/Makefile.am --- a/libgnomevfs2-mythtv/tests/Makefile.am Fri May 11 14:41:11 2007 +0100 +++ b/libgnomevfs2-mythtv/tests/Makefile.am Wed May 16 13:35:11 2007 +0100 @@ -4,12 +4,12 @@ test_SOURCES = \ main.c -INCLUDES = \ +AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GOBJECT_CFLAGS) \ $(GNOME_VFS_CFLAGS) -LDADD = \ +test_LDADD = \ $(GLIB_LIBS) \ $(GOBJECT_LIBS) \ $(GNOME_VFS_LIBS)