Skip to content

Commit

Permalink
update evernote sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed May 15, 2014
1 parent 4442eea commit 32e1fdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ endif
ln -sf ../../koreader-base $(OUTPUT_DIR)/
test -e $(OUTPUT_DIR)/ffi || \
ln -sf ../../ffi $(OUTPUT_DIR)/
# setup Evernote SDK
mkdir -p $(CURDIR)/$(EVERNOTE_THRIFT_DIR)
cd $(EVERNOTE_SDK_DIR) && cp -r *.lua evernote $(CURDIR)/$(EVERNOTE_PLUGIN_DIR) \
&& cp thrift/*.lua $(CURDIR)/$(EVERNOTE_THRIFT_DIR)

# convenience target with preconfigured Kobo toolchain settings
kobo:
Expand Down Expand Up @@ -358,9 +362,6 @@ $(LUASEC): $(OPENSSL_LIB)
$(EVERNOTE_LIB):
$(MAKE) -C $(EVERNOTE_SDK_DIR)/thrift CC="$(CC) $(CFLAGS)" \
OUTPUT_DIR=$(CURDIR)/$(EVERNOTE_PLUGIN_DIR)/lib
mkdir -p $(CURDIR)/$(EVERNOTE_THRIFT_DIR)
cd $(EVERNOTE_SDK_DIR) && cp -r *.lua evernote $(CURDIR)/$(EVERNOTE_PLUGIN_DIR) \
&& cp thrift/*.lua $(CURDIR)/$(EVERNOTE_THRIFT_DIR)

$(LUASERIAL_LIB):
$(MAKE) -C $(LUASERIAL_DIR) CC="$(CC) $(CFLAGS)" \
Expand Down

0 comments on commit 32e1fdc

Please sign in to comment.