c6ce277e36a537437a04146c8fa7adebb40428ff
chmalee
  Wed May 15 12:10:42 2024 -0700
Libify some searching code so checkHgFindSpec can use it. Make checkHgFindSpec use the same code path as hgSearch so it can correctly test the search correctly, refs #33731

diff --git src/hg/checkHgFindSpec/makefile src/hg/checkHgFindSpec/makefile
index de481c8..f922c5b 100644
--- src/hg/checkHgFindSpec/makefile
+++ src/hg/checkHgFindSpec/makefile
@@ -1,3 +1,4 @@
 kentSrc = ../..
 A = checkHgFindSpec
+preMyLibs += ../../lib/${MACHTYPE}/jkhgapcgi.a
 include $(kentSrc)/inc/userApp.mk