renatofilho@870: bin_PROGRAMS = \ renatofilho@870: gmythdbus renatofilho@870: renatofilho@870: gmythdbus_SOURCES = \ renatofilho@870: gmyth-dbus-server.h \ renatofilho@870: gmyth-dbus-server.c \ melunko@903: gmyth_debug.h \ melunko@903: gmyth_debug.c \ renatofilho@870: main.c renatofilho@870: renatofilho@870: gmythdbus_LDADD = \ renatofilho@870: $(DBUS_LIBS) \ renatofilho@870: $(GMYTH_LIBS) renatofilho@870: renatofilho@870: AM_CPPFLAGS = \ renatofilho@870: $(DBUS_CFLAGS) \ renatofilho@870: $(GMYTH_CFLAGS) renatofilho@870: renatofilho@870: BUILT_SOURCES = \ renatofilho@870: gmyth-dbus-server-glue.h renatofilho@870: renatofilho@870: gmyth-dbus-server-glue.h: gmyth-dbus-server.xml renatofilho@870: @DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h gmyth-dbus-server.xml renatofilho@870: renatofilho@870: CLEANFILES = \ renatofilho@870: $(BUILT_SOURCES)