Replaced simple dict file with hunspell,
added basic language support
This commit is contained in:
3
Makefile
3
Makefile
@ -31,7 +31,8 @@ CPPFLAGS := -MMD -MP \
|
||||
-I libs/libmpdclient/output
|
||||
|
||||
# udev: required by hidapi
|
||||
LDFLAGS := -l fftw3 -l udev
|
||||
# TODO: better hunspell link
|
||||
LDFLAGS := -l fftw3 -l udev -l hunspell-1.7
|
||||
|
||||
# Find all cpp files in source dirs
|
||||
SRCS := $(shell find $(SRC_DIRS) -name '*.cpp')
|
||||
|
Reference in New Issue
Block a user