Print this page
lib: move compat links from targetdirs to proper makefiles

@@ -155,11 +155,11 @@
 CFLAGS += $(CFLAGS_$(CURTYPE)) $(CFLAGS_common)
 
 CFLAGS64_standalone = $(STAND_FLAGS_64)
 CFLAGS64 += $(CCVERBOSE) $(CFLAGS64_$(CURTYPE)) $(CFLAGS64_common)
 
-INSTALL_DEPS_library =          $(ROOTLINKS) $(ROOTLINT) $(ROOTLIBS)
+INSTALL_DEPS_library =  $(ROOTLINKS) $(ROOTLINT) $(ROOTLIBS) $(ROOTCOMPATLINKS)
 
 #
 # turn off ptr-cast warnings, since we do them all the time
 #
 LINTFLAGS +=    -erroff=E_BAD_PTR_CAST_ALIGN