libgnomevfs2-mythtv/tests/Makefile.am
author renatofilho
Fri May 11 14:41:11 2007 +0100 (2007-05-11)
branchtrunk
changeset 644 b937c837e929
child 645 17877d6e44e2
permissions -rw-r--r--
[svn r650] created test program
     1 bin_PROGRAMS = \
     2 	test
     3 
     4 test_SOURCES = \
     5 	main.c
     6 
     7 INCLUDES = \
     8 	$(GLIB_CFLAGS) \
     9 	$(GOBJECT_CFLAGS) \
    10 	$(GNOME_VFS_CFLAGS)
    11 
    12 LDADD = \
    13 	$(GLIB_LIBS) \
    14 	$(GOBJECT_LIBS) \
    15 	$(GNOME_VFS_LIBS)