Artifact 71eab3e5a4ca65bf0e50332e04f1b6e56c3ee3266c3b3860a019700c0e74f704:
- File src/exceptions/Makefile — part of check-in [193ebad6ad] at 2020-10-03 17:50:07 on branch trunk — Add support for leaving rooms (user: js, size: 404) [annotate] [blame] [check-ins using]
include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = MTXClientException.m \ MTXFetchRoomListFailedException.m \ MTXJoinRoomFailedException.m \ MTXLeaveRoomFailedException.m \ MTXLoginFailedException.m \ MTXLogoutFailedException.m INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I..