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:
@@ -160,6 +160,13 @@ rule InstallEdeDoc
|
||||
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
|
||||
{
|
||||
$(CP) "$(>)" "$(<)"
|
||||
|
Reference in New Issue
Block a user