aboutsummaryrefslogtreecommitdiff
path: root/rose.c
diff options
context:
space:
mode:
Diffstat (limited to 'rose.c')
-rw-r--r--rose.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rose.c b/rose.c
index 454fc55..75f90f7 100644
--- a/rose.c
+++ b/rose.c
@@ -22,9 +22,10 @@ int CUSTOM_USER_AGENT = true;
// - set their variable to true
// - in build.sh, uncomment: REQS= #./plugins/*/*.c
// 2. Remove stand_in code;
-// - Comment out #include "plugins/stand_in/stand_in.h" line, or edit it
-// together with stand_in.c so as to not include the plugin functions.
-// - In build.sh, comment out REQS=./plugins/stand_in/stand_in.c
+// - Add an #include "plugins/stand_in/stand_in.h" line, and modify
+// stand_in.c so as to include stand-in functions for the excluded plugin
+// - In the make file, include the stand_in.c file and exclude the
+// relevant plugin
#define CACHE \
"base-cache-directory", CACHE_DIR, "base-data-directory", CACHE_DIR, \