summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index e8d76441b5..a695478e40 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -55,10 +55,6 @@ text_editor.c
55wavview.c 55wavview.c
56robotfindskitten.c 56robotfindskitten.c
57 57
58#if defined(HAVE_TAGCACHE)
59pictureflow.c
60#endif
61
62#ifdef HAVE_LCD_COLOR 58#ifdef HAVE_LCD_COLOR
63ppmviewer.c 59ppmviewer.c
64#endif 60#endif
@@ -109,6 +105,7 @@ zxbox.c
109/* overlay loader for Goban */ 105/* overlay loader for Goban */
110#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR) 106#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
111goban.c 107goban.c
108pictureflow.c
112#endif 109#endif
113 110
114/* not support recorder models for now */ 111/* not support recorder models for now */