diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-21 01:41:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:30 +0200 |
commit | c0c7df91469d3306baa6708b0a8ab4eadc0e9097 (patch) | |
tree | 0d27c99ff1b8e47659cd4814238b4b7cdf42a648 /odk | |
parent | 4de7b4089ec6932dc4409ead886cfdda44bb1d53 (diff) |
odk: remove cli_cppuhelper from Package_cli
It is actually installed by scp2/source/ooo/ure.scp already.
Change-Id: I0ca538e3d6c52b1e228f1b1191778d8fb5d84954
Diffstat (limited to 'odk')
-rw-r--r-- | odk/Package_cli.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/Package_cli.mk b/odk/Package_cli.mk index bbb3c859abdd..02f3b2082f60 100644 --- a/odk/Package_cli.mk +++ b/odk/Package_cli.mk @@ -13,7 +13,6 @@ $(eval $(call gb_Package_set_outdir,odk_cli,$(INSTDIR))) $(eval $(call gb_Package_add_files,odk_cli,$(gb_Package_SDKDIRNAME)/cli,\ cli_basetypes.dll \ - cli_cppuhelper.dll \ cli_oootypes.dll \ cli_ure.dll \ cli_uretypes.dll \ |