mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
noinst_LIBRARIES = libstardict.a
|
|
|
|
libstardict_a_SOURCES = \
|
|
lib.cpp lib.h \
|
|
dictziplib.cpp dictziplib.hpp \
|
|
distance.cpp distance.h \
|
|
mapfile.hpp file.hpp
|
|
|
|
|
|
INCLUDES = @LIB_STARDICT_CFLAGS@
|