diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-27 13:15:30 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-27 13:21:37 +0200 |
commit | 6dcad21472608364ba15849acc09e5ae79be16ac (patch) | |
tree | 89568798fdb85116375e25a8f9069f2731d2542f | |
parent | 6f134809e1a9c1914a3a6c19455f5eb50bcc80db (diff) |
Convert animations to gbuild
-rw-r--r-- | Repository.mk | 1 | ||||
-rw-r--r-- | RepositoryModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/impress/file_impress.scp | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 093f5546a5cf..94d4b7dbee34 100644 --- a/Repository.mk +++ b/Repository.mk @@ -45,6 +45,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ adabas \ adabasui \ agg \ + animcore \ basebmp \ canvastools \ forui \ diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk index 37c0df5c23e5..98758f35cb7d 100644 --- a/RepositoryModule_ooo.mk +++ b/RepositoryModule_ooo.mk @@ -28,6 +28,7 @@ $(eval $(call gb_Module_Module,ooo)) $(eval $(call gb_Module_add_moduledirs,ooo,\ + animations \ chart2 \ comphelper \ cui \ diff --git a/scp2/source/impress/file_impress.scp b/scp2/source/impress/file_impress.scp index 850593d696a8..1e7594298368 100644 --- a/scp2/source/impress/file_impress.scp +++ b/scp2/source/impress/file_impress.scp @@ -33,7 +33,7 @@ File gid_File_Lib_Placeware End File gid_File_Lib_Animcore - Name = SPECIAL_NAME(animcore); + Name = LIBNAME(animcore); PACKED_LIB_FILE_BODY; End |