# HG changeset patch # User rosfran # Date 1165030907 0 # Node ID 94a7f5399f79f93dfef63ba6772602227658a649 # Parent d021c43d190ce01331f28706c748f2c3742623ae [svn r177] Added GMythMonitorHandler. diff -r d021c43d190c -r 94a7f5399f79 gmyth/src/Makefile.am --- a/gmyth/src/Makefile.am Sat Dec 02 03:40:20 2006 +0000 +++ b/gmyth/src/Makefile.am Sat Dec 02 03:41:47 2006 +0000 @@ -14,6 +14,7 @@ gmyth_query.c \ gmyth_socket.c \ gmyth_stringlist.c \ + gmyth_monitor_handler.c \ gmyth_file_transfer.c \ gmyth_livetv.c \ gmyth_backendinfo.c \ @@ -51,6 +52,7 @@ gmyth_socket.h \ gmyth_remote_util.h \ gmyth_stringlist.h \ + gmyth_monitor_handler.h \ gmyth_file_transfer.h \ gmyth_livetv.h \ gmyth_backendinfo.h \