[svn r933] fixed autotools script. patch by Andre Moreira <andrunko@gmail.com>
2 $(top_srcdir)/src/libgmyth.la
5 @GLIB_LIBS@ @GOBJECT_LIBS@ @GTHREAD_LIBS@ @LIBCURL_LIBS@
11 -I$(top_builddir)/src \
20 gmyth_test_connection \
23 gmyth_test_recordings \
24 gmyth_test_transcode \
28 gmyth_test_filetransfer \
29 gmyth_test_filelocal \
30 gmyth_test_file_download \
31 gmyth_test_program_info \
32 gmyth_test_monitor_handler \
33 gmyth_test_stringlist \
47 test_filetransfer.py \
49 test_file_download.py \
50 test_livetv_stress.py \
51 test_program_info.py \
52 test_monitor_handler.py \
56 TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir)
61 gmyth_test_connection_SOURCES = \
62 gmyth_test_connection.c
64 gmyth_test_http_SOURCES = \
67 gmyth_test_epg_SOURCES = \
70 gmyth_test_recorder_SOURCES = \
73 gmyth_test_recordings_SOURCES = \
74 gmyth_test_recordings.c
76 gmyth_test_vlc_SOURCES = \
79 gmyth_test_transcode_SOURCES = \
80 gmyth_test_transcode.c
82 gmyth_test_livetv_SOURCES = \
85 gmyth_test_filetransfer_SOURCES = \
86 gmyth_test_filetransfer.c
88 gmyth_test_filelocal_SOURCES = \
89 gmyth_test_filelocal.c
91 gmyth_test_file_download_SOURCES = \
92 gmyth_test_file_download.c
94 gmyth_test_program_info_SOURCES = \
95 gmyth_test_program_info.c
97 gmyth_test_monitor_handler_SOURCES = \
98 gmyth_test_monitor_handler.c
100 gmyth_test_stringlist_SOURCES = \
101 gmyth_test_stringlist.c
103 gmyth_test_tvchain_SOURCES = \
106 CLEANFILES = $(BUILT_SOURCES)