open-src/app/xterm/Makefile
changeset 549 73b198dd97c9
parent 493 f43507b5737d
child 553 296e3c93d66d
equal deleted inserted replaced
548:22b81eb539ac 549:73b198dd97c9
    69 
    69 
    70 # Tell configure where to find luit binary
    70 # Tell configure where to find luit binary
    71 MODULE_CONFIG_ENV = LUIT=/usr/X11/bin/luit
    71 MODULE_CONFIG_ENV = LUIT=/usr/X11/bin/luit
    72 
    72 
    73 # Use new libXaw
    73 # Use new libXaw
    74 LIB_ADD_LD_OPTIONS += -L$(PROTODIR)$(X11_DIR)/lib/xorgcfg \
    74 MODULE_LD_OPTIONS = -L$(PROTODIR)$(X11_DIR)/lib/xorgcfg \
    75 			-R$(X11_DIR)/lib/xorgcfg
    75 			-R$(X11_DIR)/lib/xorgcfg
    76 
    76 
    77 include ../Makefile.inc
    77 include ../Makefile.inc