diff -r b937c837e929 -r ad1457d65f74 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 Tue May 15 21:39:04 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)