Added rule for installing D-BUS service files

This commit is contained in:
Sanel Zukan
2009-03-06 14:15:32 +00:00
parent fb4d12d2ad
commit c9de60162e
2 changed files with 11 additions and 0 deletions

View File

@@ -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) "$(>)" "$(<)"