4d1132fe8af3037e9bc3f4ff419151cebcc10fc1 markd Sun Jan 19 11:28:49 2025 -0800 userApps working as before on hgwdev diff --git src/hg/makeDb/hgGoldGapGl/makefile src/hg/makeDb/hgGoldGapGl/makefile index 9b93c7e8bac..c0daae76a1c 100644 --- src/hg/makeDb/hgGoldGapGl/makefile +++ src/hg/makeDb/hgGoldGapGl/makefile @@ -1,3 +1,5 @@ kentSrc = ../../.. -A = hgLoadGap +A = hgGoldGapGl hgLoadGap +extraHeaders = ntContig.h +extraObjects = ntContig.o include ${kentSrc}/inc/userApp.mk