Skip to content

Commit

Permalink
[fix] Makefile.defs: add sqlite to CMAKE_THIRDPARTY_LIBS (#865)
Browse files Browse the repository at this point in the history
Otherwise it won't get cleaned by `make clean` or `make dist-clean`.

Also make it a little more ordered & legible.
  • Loading branch information
Frenzie committed Mar 16, 2019
1 parent 6bd23e9 commit 1783337
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -764,4 +764,12 @@ LPEG_RE=$(OUTPUT_DIR)/rocks/share/lua/5.1/re.lua
LPEG_DYNLIB=$(OUTPUT_DIR)/rocks/lib/lua/5.1/lpeg.so


CMAKE_THIRDPARTY_LIBS=kpvcrlib,evernote-sdk-lua,luajit,lpeg,turbo,zsync,zyre,czmq,filemq,libk2pdfopt,tesseract,leptonica,lua-Spore,sdcv,luasec,luasocket,libffi,lua-serialize,glib,lodepng,minizip,djvulibre,openssl,mupdf,libzmq,freetype2,harfbuzz,giflib,libpng,zlib,tar,libiconv,gettext,libjpeg-turbo,popen-noshell,nanosvg,dropbear,openssh,fbink
CMAKE_THIRDPARTY_LIBS = kpvcrlib,nanosvg
CMAKE_THIRDPARTY_LIBS += ,evernote-sdk-lua,luajit,lpeg,turbo
CMAKE_THIRDPARTY_LIBS += ,zsync,zyre,czmq,filemq,libzmq
CMAKE_THIRDPARTY_LIBS += ,libk2pdfopt,tesseract,leptonica
CMAKE_THIRDPARTY_LIBS += ,lua-Spore,luasec,luasocket,libffi,lua-serialize,glib,lodepng,minizip
CMAKE_THIRDPARTY_LIBS += ,djvulibre,mupdf,freetype2,harfbuzz,giflib,libpng,zlib
CMAKE_THIRDPARTY_LIBS += ,tar,sdcv,libiconv,gettext,libjpeg-turbo,popen-noshell,sqlite
CMAKE_THIRDPARTY_LIBS += ,openssl,dropbear,openssh
CMAKE_THIRDPARTY_LIBS += ,fbink

0 comments on commit 1783337

Please sign in to comment.