ObjFW  Check-in [7f048e87dc]

Overview
Comment:Don't add PLUGIN_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: 7f048e87dc05715d3e4675bde84f5d783dee4226536c3594c183d24ed0e0796c
User & Date: js on 2009-06-03 19:38:46
Other Links: manifest | tags
Context
2009-06-05
18:30
Rename -[url{De,En}codedString] to -[stringByURL{De,En}coding]. check-in: 4fa95c938d user: js tags: trunk
2009-06-03
19:38
Don't add PLUGIN_LDFLAGS to LDFLAGS, the buildsys handles this. check-in: 7f048e87dc user: js tags: trunk
19:36
Add support for -rpath to objfw-config. check-in: 94badde6c7 user: js tags: trunk
Changes

Modified tests/OFPlugin/TestPlugin/Makefile from [c1526b4efb] to [9ce3d33173].

1
2
3
4
5
6
7
8
9
10
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m

include ../../../buildsys.mk
include ../../../extra.mk

CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../../.. -I../../../src
OBJCFLAGS += ${PLUGIN_CFLAGS}
LDFLAGS += ${PLUGIN_LDFLAGS}
LIBS := -L../../../src -lobjfw ${LIBS}








<

1
2
3
4
5
6
7
8

9
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m

include ../../../buildsys.mk
include ../../../extra.mk

CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../../.. -I../../../src
OBJCFLAGS += ${PLUGIN_CFLAGS}

LIBS := -L../../../src -lobjfw ${LIBS}