ObjFW  Check-in [ab934c0805]

Overview
Comment:No need to add LIB_LDFLAGS to LDFLAGS, the buildsys handles this.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ab934c080574c602f38a85278ac48bce761daeb3fb9c3c4a7a46b26dcd496ed5
User & Date: js on 2009-06-03 18:21:26
Other Links: manifest | tags
Context
2009-06-03
18:23
Add -lsocket to LIBS if libsocket has socket(). Solaris needs this. check-in: 55766d6c14 user: js tags: trunk
18:21
No need to add LIB_LDFLAGS to LDFLAGS, the buildsys handles this. check-in: ab934c0805 user: js tags: trunk
03:54
Add methods to remove leading or trailing whitespaces or both. check-in: 2496d46c35 user: js tags: trunk
Changes

Modified src/Makefile from [23931478df] to [a44f2314dd].

39
40
41
42
43
44
45
46

include ../buildsys.mk

CPPFLAGS += -I..
CFLAGS += ${LIB_CFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}
LDFLAGS += ${LIB_LDFLAGS}







<
39
40
41
42
43
44
45


include ../buildsys.mk

CPPFLAGS += -I..
CFLAGS += ${LIB_CFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}