ObjFW  Check-in [f4a5adce56]

Overview
Comment:Fix a missing -I in exceptions/Makefile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: f4a5adce56e73a500011f6968ac18baa4c76290569eaf083e840b356b4868792
User & Date: js on 2012-03-04 20:36:55
Other Links: branch diff | manifest | tags
Context
2012-03-04
20:37
Install runtime.h. check-in: 876f6cded5 user: js tags: runtime
20:36
Fix a missing -I in exceptions/Makefile. check-in: f4a5adce56 user: js tags: runtime
20:34
Don't try to build the runtime if we are using the Apple runtime. check-in: cf39404e83 user: js tags: runtime
Changes

Modified src/exceptions/Makefile from [f45b67542a] to [7c2fda7df6].

55
56
57
58
59
60
61
62
63
       OFUnsupportedProtocolException.m		\
       OFWriteFailedException.m

INCLUDES = ${SRCS:.m=.h}

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../..
LD = ${OBJC}







|

55
56
57
58
59
60
61
62
63
       OFUnsupportedProtocolException.m		\
       OFWriteFailedException.m

INCLUDES = ${SRCS:.m=.h}

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../runtime
LD = ${OBJC}