mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Fixing dependency (tr-core.c: tr-core-dbus.h)
This commit is contained in:
parent
87513aa8f8
commit
f4fb332a58
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ DISTCLEANFILES = \
|
||||||
|
|
||||||
CLEANFILES = $(dbus_generated_sources)
|
CLEANFILES = $(dbus_generated_sources)
|
||||||
|
|
||||||
$(srcdir)/tr-core-dbus.c: tr-core-dbus.h
|
$(srcdir)/tr-core.c: tr-core-dbus.h
|
||||||
|
|
||||||
tr-core-dbus.h: $(srcdir)/tr-core-dbus.xml
|
tr-core-dbus.h: $(srcdir)/tr-core-dbus.xml
|
||||||
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=tr_core $< > $(@F)
|
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=tr_core $< > $(@F)
|
||||||
|
|
Loading…
Reference in a new issue