libgnomevfs2-mythtv/tests/Makefile.am
author rosfran
Tue May 15 22:14:04 2007 +0100 (2007-05-15)
branchtrunk
changeset 657 0469baf4217c
parent 644 b937c837e929
child 708 eaa6e1c5fab2
permissions -rw-r--r--
[svn r663] Added verification to GMYTH_FILE_READ_NEXT_PROG_CHAIN return values.
renatofilho@644
     1
bin_PROGRAMS = \
renatofilho@644
     2
	test
renatofilho@644
     3
renatofilho@644
     4
test_SOURCES = \
renatofilho@644
     5
	main.c
renatofilho@644
     6
renatofilho@645
     7
AM_CPPFLAGS = \
renatofilho@644
     8
	$(GLIB_CFLAGS) \
renatofilho@644
     9
	$(GOBJECT_CFLAGS) \
renatofilho@644
    10
	$(GNOME_VFS_CFLAGS)
renatofilho@644
    11
renatofilho@645
    12
test_LDADD = \
renatofilho@644
    13
	$(GLIB_LIBS) \
renatofilho@644
    14
	$(GOBJECT_LIBS) \
renatofilho@644
    15
	$(GNOME_VFS_LIBS)