libgnomevfs2-mythtv/tests/Makefile.am
author melunko
Wed Aug 22 14:55:41 2007 +0100 (2007-08-22)
branchtrunk
changeset 820 a223e9d89b01
parent 645 17877d6e44e2
permissions -rw-r--r--
[svn r826] gmyth-ls and gmyth_query now considers db_port. Thanks to Bastien Nocera for his patch.
     1 noinst_PROGRAMS = \
     2 	gnomevfs-mythtv-test
     3 
     4 gnomevfs_mythtv_test_SOURCES = \
     5 	main.c
     6 
     7 AM_CPPFLAGS = \
     8 	$(GLIB_CFLAGS) \
     9 	$(GOBJECT_CFLAGS) \
    10 	$(GNOME_VFS_CFLAGS)
    11 
    12 gnomevfs_mythtv_test_LDADD = \
    13 	$(GLIB_LIBS) \
    14 	$(GOBJECT_LIBS) \
    15 	$(GNOME_VFS_LIBS)