diff options
author | Christian Lippka <cl@openoffice.org> | 2010-03-11 18:18:08 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-03-11 18:18:08 +0100 |
commit | 9b03159e7030963753dcc7ff82f0b49207bd42b4 (patch) | |
tree | ed11dfcd9788b7cbb2c46d24497aa4095189316e /sd/util | |
parent | 7531716e6f1c08977105886102dcde4e536e0a72 (diff) |
moved toolbarmenu to svtools and reworked to non sfx2 code
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index d74700307291..cccaf572fa95 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -128,7 +128,8 @@ LIB3FILES= \ $(SLB)$/cgm.lib \ $(SLB)$/uitable.lib \ $(SLB)$/uiannotations.lib\ - $(SLB)$/grf.lib + $(SLB)$/grf.lib \ + $(SLB)$/controller.lib LIB5TARGET=$(SLB)$/sdraw3_2.lib LIB5FILES= \ |