diff -r 4b52e95a0104 -r e07ceadab395 update/Makefile.am --- a/update/Makefile.am Thu Jul 07 19:03:54 2016 +0100 +++ b/update/Makefile.am Fri Mar 22 11:52:49 2019 +0000 @@ -3,28 +3,20 @@ INCLUDES=-I$(top_srcdir) CCLD = $(CXX) -bin_PROGRAMS=update updatez +bin_PROGRAMS=update bin_SCRIPTS=update.js update_SOURCES=update.c update_LDFLAGS=-all-static update_LIBTOOLFLAGS=--tag=CXX if HAVE_WINDRES -update_SOURCES+=update-res.rc update.exe.manifest -endif - -updatez_SOURCES=updatez.c -updatez_LDFLAGS=-all-static -updatez_LIBTOOLFLAGS=--tag=CXX -if HAVE_WINDRES -updatez_SOURCES+=updatez-res.rc updatez.exe.manifest +update_SOURCES+=resources.rc update.exe.manifest endif .rc.$(OBJEXT): $(AM_V_GEN)$(WINDRES) $< $@ -update-res.$(OBJEXT): update-res.rc update.exe.manifest update.ico -updatez-res.$(OBJEXT): updatez-res.rc updatez.exe.manifest update.ico +resources.$(OBJEXT): resources.rc update.exe.manifest update.ico %.js: $(srcdir)/%.js.in $(AM_V_GEN)sed -e 's/$$/\r/' $(srcdir)/$@.in > $@