diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-29 00:11:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:51 +0100 |
commit | a77ef6c0e4e6096b073552d98b405bda62a8950c (patch) | |
tree | c1f39a94f70016a347ac4b79e9633745b0789ed9 /scp2/AutoInstall.mk | |
parent | 30047f28bf0ae8b53dc175ae09350b342159d644 (diff) |
scp2: move writer executables to AutoInstall
Change-Id: Ibcfdd7a8c204a1ec90045ad39ef456237ba80a34
Diffstat (limited to 'scp2/AutoInstall.mk')
-rw-r--r-- | scp2/AutoInstall.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 0970011743e9..0cd226807615 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -47,5 +47,6 @@ $(eval $(call gb_AutoInstall_add_module,winexplorerextwin64,SHLXTHDL_LIB_FILE_CO $(eval $(call gb_AutoInstall_add_module,winexplorerextwin64nt6,SHLXTHDL_LIB_FILE_COMPONENTCONDITION,,,"VersionNT64 >= 600")) endif $(eval $(call gb_AutoInstall_add_module,writer,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,writer_brand,,LIBO_EXECUTABLE)) # vim: set noet sw=4 ts=4: |