renatofilho@644: bin_PROGRAMS = \
renatofilho@644: 	test
renatofilho@644: 
renatofilho@644: test_SOURCES = \
renatofilho@644: 	main.c
renatofilho@644: 
renatofilho@645: AM_CPPFLAGS = \
renatofilho@644: 	$(GLIB_CFLAGS) \
renatofilho@644: 	$(GOBJECT_CFLAGS) \
renatofilho@644: 	$(GNOME_VFS_CFLAGS)
renatofilho@644: 
renatofilho@645: test_LDADD = \
renatofilho@644: 	$(GLIB_LIBS) \
renatofilho@644: 	$(GOBJECT_LIBS) \
renatofilho@644: 	$(GNOME_VFS_LIBS)