libgnomevfs2-mythtv/tests/Makefile.am
branchtrunk
changeset 704 5b6a77d85cf7
parent 644 b937c837e929
child 708 eaa6e1c5fab2
     1.1 --- a/libgnomevfs2-mythtv/tests/Makefile.am	Fri May 11 14:41:11 2007 +0100
     1.2 +++ b/libgnomevfs2-mythtv/tests/Makefile.am	Wed May 23 21:49:19 2007 +0100
     1.3 @@ -4,12 +4,12 @@
     1.4  test_SOURCES = \
     1.5  	main.c
     1.6  
     1.7 -INCLUDES = \
     1.8 +AM_CPPFLAGS = \
     1.9  	$(GLIB_CFLAGS) \
    1.10  	$(GOBJECT_CFLAGS) \
    1.11  	$(GNOME_VFS_CFLAGS)
    1.12  
    1.13 -LDADD = \
    1.14 +test_LDADD = \
    1.15  	$(GLIB_LIBS) \
    1.16  	$(GOBJECT_LIBS) \
    1.17  	$(GNOME_VFS_LIBS)