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