diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-28 21:36:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:48 +0100 |
commit | 0183dc88e25b30725c118fd5b515e739d717b6be (patch) | |
tree | 5afdea7c196994321eb73f7126edc383ec004596 /scp2/InstallModule_crashrep.mk | |
parent | f801b7f07d73d973c2a34662626a4a0e033fa6e6 (diff) |
scp2: move crashrep executables to AutoInstall
Change-Id: Ib9fba534491ce67d329a375a359eef4520c0a3a1
Diffstat (limited to 'scp2/InstallModule_crashrep.mk')
-rw-r--r-- | scp2/InstallModule_crashrep.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/InstallModule_crashrep.mk b/scp2/InstallModule_crashrep.mk index f8d90c4f0fe5..1a72e1415708 100644 --- a/scp2/InstallModule_crashrep.mk +++ b/scp2/InstallModule_crashrep.mk @@ -9,6 +9,10 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/crashrep)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/crashrep,\ + crashrep \ +)) + $(eval $(call gb_InstallModule_add_scpfiles,scp2/crashrep,\ scp2/source/crashrep/file_crashrep \ )) |