i3-msg: parse command replies and display errors nicely if there were errors
fixes #737
This commit is contained in:
@ -5,7 +5,7 @@ CLEAN_TARGETS += clean-i3-msg
|
||||
i3_msg_SOURCES := $(wildcard i3-msg/*.c)
|
||||
i3_msg_HEADERS := $(wildcard i3-msg/*.h)
|
||||
i3_msg_CFLAGS = $(XCB_CFLAGS) $(PANGO_CFLAGS)
|
||||
i3_msg_LIBS = $(XCB_LIBS)
|
||||
i3_msg_LIBS = $(XCB_LIBS) $(YAJL_LIBS)
|
||||
|
||||
i3_msg_OBJECTS := $(i3_msg_SOURCES:.c=.o)
|
||||
|
||||
|
Reference in New Issue
Block a user