diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-27 14:04:30 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-27 14:05:47 +0200 |
commit | 4881e37aaaabc8f2a09d969e2091c596899ac594 (patch) | |
tree | bfab6ba219905ac4f36a9dcd9a8e2f2bbe2912f9 /postprocess/packcomponents | |
parent | fcf89d693e0464310b16d0817f65532a18ed92db (diff) |
Convert animations to gbuild
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index a851eecc5bbf..f3adae1bd209 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -41,13 +41,13 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES) my_components = \ abp \ analysis \ - animcore \ avmedia \ basctl \ basprov \ bib \ cached1 \ calc \ + component/animations/source/animcore/animcore \ component/chart2/source/controller/chartcontroller \ component/chart2/source/model/chartmodel \ component/chart2/source/tools/charttools \ |