From 48f868a9555be385f156e9396079ad5d0ee388f6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 31 Dec 2016 00:53:20 +0000 Subject: move tree compatability layer to amiga frontend --- frontends/amiga/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontends/amiga/Makefile') diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile index ea6e8fe67..f3c178ee6 100644 --- a/frontends/amiga/Makefile +++ b/frontends/amiga/Makefile @@ -37,7 +37,7 @@ MESSAGES_FILTER=ami # sources purely for the Amiga build S_FRONTEND := gui.c tree.c history.c hotlist.c schedule.c file.c \ - misc.c bitmap.c font.c filetype.c utf8.c login.c memory.c \ + misc.c bitmap.c font.c filetype.c utf8.c login.c memory.c \ plotters.c object.c menu.c save_pdf.c arexx.c version.c \ cookies.c ctxmenu.c clipboard.c help.c font_scan.c \ launch.c search.c history_local.c download.c iff_dr2d.c \ @@ -45,7 +45,8 @@ S_FRONTEND := gui.c tree.c history.c hotlist.c schedule.c file.c \ datatypes.c dt_picture.c dt_anim.c dt_sound.c plugin_hack.c \ stringview/stringview.c stringview/urlhistory.c rtg.c \ agclass/amigaguide_class.c os3support.c font_diskfont.c \ - selectmenu.c hash/xxhash.c font_cache.c font_bullet.c nsoption.c + selectmenu.c hash/xxhash.c font_cache.c font_bullet.c \ + nsoption.c desktop-tree.c # This is the final source build list # Note this is deliberately *not* expanded here as common and image -- cgit v1.2.3