diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-31 00:24:28 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-04 01:36:59 +0100 |
commit | 114016404c82ae4a21b4c7ecff14323ad9886014 (patch) | |
tree | d16ac2f91a81b802fb28626505ffaac7d7435f5a | |
parent | 95f006eff4b1ee4038bf93a9aa4686f226114eea (diff) |
local_scan: add note on Makefile requirement
-rw-r--r-- | src/src/local_scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/local_scan.c b/src/src/local_scan.c index 3500047ca..4dd0b2baa 100644 --- a/src/src/local_scan.c +++ b/src/src/local_scan.c @@ -12,6 +12,7 @@ If you want to implement your own version, you should copy this file to, say Local/local_scan.c, and edit the copy. To use your version instead of the default, you must set +HAVE_LOCAL_SCAN=yes LOCAL_SCAN_SOURCE=Local/local_scan.c in your Local/Makefile. This makes it easy to copy your version for use with |