Use bsd makefiles
This commit is contained in:
@ -5,9 +5,9 @@ OBJDIR=./o
|
||||
LIBDIR := ../../lib
|
||||
LIBARCHDIR := $(LIBDIR)/$(ARCH)
|
||||
|
||||
CFLAGS+=-I../ -DWITH_GNUTLS
|
||||
CFLAGS+=-I../
|
||||
LDFLAGS=-L$(LIBARCHDIR)
|
||||
LIBS=-lcw -lnettle -lgnutls -ldl
|
||||
LIBS+=-lcw -lnettle -lgnutls -ldl
|
||||
|
||||
SOURCES=\
|
||||
wtp_main.c\
|
||||
@ -17,6 +17,4 @@ SOURCES=\
|
||||
run.c\
|
||||
changestate.c
|
||||
|
||||
|
||||
|
||||
include ../prog.mk
|
||||
|
@ -194,7 +194,7 @@ exit(0);
|
||||
cw_discovery_init_results(&dis);
|
||||
/*cw_run_discovery(conn, "255.255.255.255","192.168.56.1", &dis);*/
|
||||
/* cw_run_discovery(conn, "255.255.255.255",NULL, &dis);*/
|
||||
cw_run_discovery(conn, "192.168.0.162","192.168.0.29", &dis);
|
||||
cw_run_discovery(conn, "192.168.0.162","192.168.0.14", &dis);
|
||||
|
||||
cw_dbg_ktv_dump(dis.prio_ip, DBG_INFO, "=== IP list ===", "IP", "=== END IP List ===");
|
||||
|
||||
|
Reference in New Issue
Block a user