diff --git a/daemon/graph_iface.c b/daemon/graph.c similarity index 99% rename from daemon/graph_iface.c rename to daemon/graph.c index e0f4df94..ee19c41a 100644 --- a/daemon/graph_iface.c +++ b/daemon/graph.c @@ -26,7 +26,7 @@ */ #include "common.h" -#include "graph_iface.h" +#include "graph.h" #include "../dbus/error.h" #include "../dbus_constants.h" diff --git a/daemon/graph_iface.h b/daemon/graph.h similarity index 100% rename from daemon/graph_iface.h rename to daemon/graph.h diff --git a/daemon/jack_dispatch.h b/daemon/jack_dispatch.h index 2cbdf317..283c8dc5 100644 --- a/daemon/jack_dispatch.h +++ b/daemon/jack_dispatch.h @@ -29,7 +29,7 @@ #include "common.h" #include "../graph_proxy.h" -#include "graph_iface.h" +#include "graph.h" typedef struct ladish_jack_dispatcher { int unused; } * ladish_jack_dispatcher_handle; diff --git a/daemon/studio.c b/daemon/studio.c index cb894e7a..94a75899 100644 --- a/daemon/studio.c +++ b/daemon/studio.c @@ -35,7 +35,7 @@ #include "../jack_proxy.h" #include "../graph_proxy.h" -#include "graph_iface.h" +#include "graph.h" #include "../dbus_constants.h" #include "control.h" #include "../catdup.h" diff --git a/wscript b/wscript index 3d343feb..a5f51c00 100644 --- a/wscript +++ b/wscript @@ -199,7 +199,7 @@ def build(bld): 'procfs.c', 'control.c', 'studio.c', - 'graph_iface.c', + 'graph.c', 'client.c', 'jack_dispatch.c', ]: