Explorar el Código

top level define for SERLIBPATH so that it doesn't have to be defined in every
module using a lib

bpi hace 15 años
padre
commit
c5dcf62a1d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile.modules

+ 1 - 0
Makefile.modules

@@ -58,6 +58,7 @@ MOD_NAME=$(NAME:.so=)
 
 # allow placing modules in separate directory apart from ser core
 COREPATH ?=../..
+SERLIBPATH ?= $(COREPATH)/lib
 
 ALLDEP=Makefile $(COREPATH)/Makefile.sources $(COREPATH)/Makefile.rules \
  $(COREPATH)/Makefile.modules $(COREPATH)/Makefile.dirs $(COREPATH)/config.mak