mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added rule for installing D-BUS service files
This commit is contained in:
parent
fb4d12d2ad
commit
c9de60162e
@ -96,5 +96,9 @@ X_LIBS ?= @X_LIBS@ ;
|
|||||||
X_PRE_LIBS ?= @X_PRE_LIBS@ ;
|
X_PRE_LIBS ?= @X_PRE_LIBS@ ;
|
||||||
X_EXTRA_LIBS ?= @X_EXTRA_LIBS@ ;
|
X_EXTRA_LIBS ?= @X_EXTRA_LIBS@ ;
|
||||||
|
|
||||||
|
# directory where D-Bus service files exists; this is mostly default location and if other
|
||||||
|
# place was choosen, /etc/dbus-1/session-local.conf must be updated too
|
||||||
|
DBUS_SERVICE_DIR ?= "/usr/share/dbus-1/services" ;
|
||||||
|
|
||||||
# do not touch this
|
# do not touch this
|
||||||
JAMCONFIG_READ = "yes" ;
|
JAMCONFIG_READ = "yes" ;
|
||||||
|
@ -160,6 +160,13 @@ rule InstallEdeDoc
|
|||||||
InstallData $(EDE_DOC_DIR) : $(1) ;
|
InstallData $(EDE_DOC_DIR) : $(1) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# InstallDbusService [targets] ;
|
||||||
|
# Installs D-BUS service targets to D-BUS known directory
|
||||||
|
rule InstallDbusService
|
||||||
|
{
|
||||||
|
InstallData $(DBUS_SERVICE_DIR) : $(1) ;
|
||||||
|
}
|
||||||
|
|
||||||
actions Install1
|
actions Install1
|
||||||
{
|
{
|
||||||
$(CP) "$(>)" "$(<)"
|
$(CP) "$(>)" "$(<)"
|
||||||
|
Loading…
Reference in New Issue
Block a user