Differences From Artifact [c878fa6e9c]:
- File src/Makefile — part of check-in [d6978b56f0] at 2018-11-05 00:14:15 on branch trunk — Remove dependency on libresolv (user: js, size: 1044) [annotate] [blame] [check-ins using]
To Artifact [aecd29812e]:
- File
src/Makefile
— part of check-in
[cd21ff1157]
at
2018-11-05 22:30:18
on branch trunk
— Kill #ifdef HAVE_CONFIG_H
There no longer is an Xcode project for which it is needed. (user: js, size: 1028) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
33 34 35 36 37 38 39 | INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h \ XMPPStorage.h include ../buildsys.mk | | | 33 34 35 36 37 38 39 40 41 42 43 | INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h \ XMPPStorage.h include ../buildsys.mk CPPFLAGS += -I.. LD = ${OBJC} FRAMEWORK_LIBS := ${OBJOPENSSL_FRAMEWORK_LIBS} ${OBJFW_FRAMEWORK_LIBS} ${LIBS} LIBS := ${OBJOPENSSL_LIBS} ${OBJFW_LIBS} ${LIBS} |