Changeset 384

Show
Ignore:
Timestamp:
02/28/07 16:37:26 (2 years ago)
Author:
malte
Message:

removed license query

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/daemon/BSDmakefile

    r154 r384  
    2929OBJS = vhcs_daemon.o message.o daemon_init.o say.o signal-handlers.o\ 
    3030receive_data.o send_data.o take_connection.o send_line.o recv_line.o\ 
    31 helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o\ 
    32 query_license_server.o 
     31helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o 
    3332 
    3433BUILD = gcc -O2 -ansi -Wall -Wstrict-prototypes -pedantic -o 
     
    9089        $(COMPILE) bye_syntax.o bye_syntax.c 
    9190 
    92 query_license_server.o: query_license_server.c query_license_server.h 
    93         $(COMPILE) query_license_server.o query_license_server.c 
    94  
    9591uninstall: clean 
    9692 
  • trunk/tools/daemon/Makefile

    r154 r384  
    2929OBJS = vhcs_daemon.o message.o daemon_init.o say.o signal-handlers.o\ 
    3030receive_data.o send_data.o take_connection.o send_line.o recv_line.o\ 
    31 helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o\ 
    32 query_license_server.o 
     31helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o 
    3332 
    3433BUILD = gcc -O2 -ansi -Wall -Wstrict-prototypes -pedantic -o 
     
    9089        $(COMPILE) bye_syntax.o bye_syntax.c 
    9190 
    92 query_license_server.o: query_license_server.c query_license_server.h 
    93         $(COMPILE) query_license_server.o query_license_server.c 
    94  
    9591uninstall: clean 
    9692