update/Makefile.am
changeset 106 cc42fad3fe31
parent 58 4b52e95a0104
     1.1 --- a/update/Makefile.am	Thu Jul 07 19:03:54 2016 +0100
     1.2 +++ b/update/Makefile.am	Tue Jun 29 10:08:33 2021 +0100
     1.3 @@ -3,28 +3,20 @@
     1.4  INCLUDES=-I$(top_srcdir)
     1.5  CCLD = $(CXX)
     1.6  
     1.7 -bin_PROGRAMS=update updatez
     1.8 +bin_PROGRAMS=update
     1.9  bin_SCRIPTS=update.js
    1.10  
    1.11  update_SOURCES=update.c
    1.12  update_LDFLAGS=-all-static
    1.13  update_LIBTOOLFLAGS=--tag=CXX
    1.14  if HAVE_WINDRES
    1.15 -update_SOURCES+=update-res.rc update.exe.manifest
    1.16 -endif
    1.17 -
    1.18 -updatez_SOURCES=updatez.c
    1.19 -updatez_LDFLAGS=-all-static
    1.20 -updatez_LIBTOOLFLAGS=--tag=CXX
    1.21 -if HAVE_WINDRES
    1.22 -updatez_SOURCES+=updatez-res.rc updatez.exe.manifest
    1.23 +update_SOURCES+=resources.rc update.exe.manifest
    1.24  endif
    1.25  
    1.26  .rc.$(OBJEXT):
    1.27  	$(AM_V_GEN)$(WINDRES) $< $@
    1.28  
    1.29 -update-res.$(OBJEXT): update-res.rc update.exe.manifest update.ico
    1.30 -updatez-res.$(OBJEXT): updatez-res.rc updatez.exe.manifest update.ico
    1.31 +resources.$(OBJEXT): resources.rc update.exe.manifest update.ico
    1.32  
    1.33  %.js: $(srcdir)/%.js.in
    1.34  	$(AM_V_GEN)sed -e 's/$$/\r/' $(srcdir)/$@.in > $@