ef2869665d8c2d4fe59743faabe050de406a5278
braney
  Wed Apr 13 18:00:32 2011 -0700
add support for private hubs.  Needs more work and doc, the biggest problem I know of is that you can't switch off the private hubs, but it should give folks an idea of how I'm thinking of supporting them.
diff --git src/hg/hgHubConnect/makefile src/hg/hgHubConnect/makefile
index 74aa7cb..bf0ac2a 100644
--- src/hg/hgHubConnect/makefile
+++ src/hg/hgHubConnect/makefile
@@ -1,17 +1,16 @@
 include ../../inc/common.mk
 
-HG_WARN=-Wall
 
 L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 A = hgHubConnect
 
 O = $A.o
 
 include ../../inc/cgi_build_rules.mk
  
 compile: $O
 	${CC} -o $A${EXE} -g $O ${MYLIBS} ${L}