author | renatofilho |
Mon Oct 08 19:23:42 2007 +0100 (2007-10-08) | |
branch | trunk |
changeset 859 | ae56c46c7b71 |
parent 645 | 17877d6e44e2 |
permissions | -rw-r--r-- |
melunko@708 | 1 |
noinst_PROGRAMS = \ |
melunko@708 | 2 |
gnomevfs-mythtv-test |
renatofilho@644 | 3 |
|
melunko@708 | 4 |
gnomevfs_mythtv_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 |
|
melunko@708 | 12 |
gnomevfs_mythtv_test_LDADD = \ |
renatofilho@644 | 13 |
$(GLIB_LIBS) \ |
renatofilho@644 | 14 |
$(GOBJECT_LIBS) \ |
renatofilho@644 | 15 |
$(GNOME_VFS_LIBS) |