diff -r 2b9f54d14cc2 -r 4af9b57a647f update/Makefile.am --- a/update/Makefile.am Sat Nov 15 19:04:45 2014 +0000 +++ b/update/Makefile.am Mon Jun 13 10:35:50 2016 +0100 @@ -1,12 +1,14 @@ AM_CFLAGS=-g $(SETUP_CFLAGS) LDADD=../plover/libplover.la $(SETUP_LIBS) INCLUDES=-I$(top_srcdir) +CCLD = $(CXX) bin_PROGRAMS=update bin_SCRIPTS=update.js update_SOURCES=update.c update_LDFLAGS=-all-static +update_LIBTOOLFLAGS=--tag=CXX if HAVE_WINDRES update_SOURCES+=resources.rc update.exe.manifest endif