summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/CATEGORIES1
-rw-r--r--apps/plugins/SOURCES3
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index 626dca0..0fd3b1a 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -1,6 +1,7 @@
2048,games
alpine_cdc,apps
alarmclock,apps
+annoyatron,apps
autostart,apps
battery_bench,apps
bench_scaler,apps
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index a051e2d..14bf1ad 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -260,3 +260,6 @@ test_touchscreen.c
#endif
test_viewports.c
#endif /* HAVE_TEST_PLUGINS */
+#if defined(HAVE_HARDWARE_CLICK) && !defined(SIMULATOR)
+annoyatron.c
+#endif