diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-18 14:53:47 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-23 06:02:40 +0100 |
commit | ecc7ae77d345025f54094861c6b8b693e830ab42 (patch) | |
tree | c6d9f9427adf00fdc9790752a8ec9d34bd3709b3 /desktop/Pagein_draw.mk | |
parent | c4744121f12fde51de2d92d2442d590d93725ffc (diff) |
move Pagein from desktop to gbuild
Diffstat (limited to 'desktop/Pagein_draw.mk')
-rw-r--r-- | desktop/Pagein_draw.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Pagein_draw.mk b/desktop/Pagein_draw.mk index 1808db444bfe..5795b0567979 100644 --- a/desktop/Pagein_draw.mk +++ b/desktop/Pagein_draw.mk @@ -25,9 +25,9 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call desktop_Pagein_Pagein,draw)) +$(eval $(call gb_Pagein_Pagein,draw)) -$(eval $(call desktop_Pagein_add_libs,draw,\ +$(eval $(call gb_Pagein_add_libs,draw,\ sd \ sdui \ svx \ |