Changeset 268

Show
Ignore:
Timestamp:
07/04/07 14:16:35 (1 year ago)
Author:
ludo
Message:

wol upgraded to 0.7.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/Makefile

    r259 r268  
    1 WOL_DIR=./wol 
     1WOL_DIR=./3rd_party/wol/wol-0.7.1 
    22 
    33wol: 
    4         (cd $(WOL_DIR); ./configure --enable-static; make CFLAGS=-O2 wol_LDFLAGS=--static; strip ./src/wol ) 
     4        (cd $(WOL_DIR); ./configure --enable-static; make CFLAGS=-O2 wol_LDFLAGS=--static;) 
     5        cp $(WOL_DIR)/src/wol . 
     6        strip ./wol 
    57 
    68.PHONY: wol