Home | History | Annotate | Download | only in server

Lines Matching refs:OBJS

23 OBJS=spp_server.o
24 OBJS += hs20_spp_server.o
25 OBJS += ../../src/utils/xml-utils.o
26 OBJS += ../../src/utils/base64.o
27 OBJS += ../../src/utils/common.o
28 OBJS += ../../src/utils/os_unix.o
29 OBJS += ../../src/utils/wpa_debug.o
30 OBJS += ../../src/crypto/md5-internal.o
33 OBJS += ../../src/utils/xml_libxml2.o
35 hs20_spp_server: $(OBJS)
36 $(LDO) $(LDFLAGS) -o hs20_spp_server $(OBJS) $(LIBS)
45 -include $(OBJS:%.o=%.d)