libgnomevfs2-mythtv/tests/Makefile.am
author melunko
Wed May 16 16:33:23 2007 +0100 (2007-05-16)
branchtrunk
changeset 669 fbda74f25b90
parent 644 b937c837e929
child 708 eaa6e1c5fab2
permissions -rw-r--r--
[svn r675] Some fixes to reopen file transfer
     1 bin_PROGRAMS = \
     2 	test
     3 
     4 test_SOURCES = \
     5 	main.c
     6 
     7 AM_CPPFLAGS = \
     8 	$(GLIB_CFLAGS) \
     9 	$(GOBJECT_CFLAGS) \
    10 	$(GNOME_VFS_CFLAGS)
    11 
    12 test_LDADD = \
    13 	$(GLIB_LIBS) \
    14 	$(GOBJECT_LIBS) \
    15 	$(GNOME_VFS_LIBS)