Differences From Artifact [1d6e8db042]:
- File src/Makefile — part of check-in [444674bc9d] at 2011-05-26 20:23:02 on branch trunk — Split XMPPSRVEnumerator into XMPPSRVLookup and XMPPSRVEnumerator. (user: js, size: 533) [annotate] [blame] [check-ins using]
To Artifact [9c79822df1]:
- File src/Makefile — part of check-in [3b589295f9] at 2011-05-26 20:42:16 on branch trunk — Check for res_ndestroy. (user: js, size: 566) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 28 | 21 22 23 24 25 26 27 28 29 | + | INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h include ../buildsys.mk CPPFLAGS += -I.. -DHAVE_CONFIG_H LD = ${OBJC} |