Plugin Makefile.am improvements.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:31:43 +0000 (08:31 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 Jul 2019 13:31:43 +0000 (08:31 -0500)
commit7f8e68761cdc31045294aa44d58c1e1c1b47b5d7
tree74967320196e19e63aa1417f8b1256e36bf7e695
parent02eb872c48cf21add8221a2e74c14f60c07ea6a9
Plugin Makefile.am improvements.

These were backported from recent improvements to x11/Makefile.am.

  + Use EXEEXT where appropriate.
  + Add MOSTLYCLEANFILES and mostlyclean-local.
  + Use TAGS_FILES and punt the ETAGS_ARGS misuse.
  + Add -adapter.lo to _shim_la_OBJECTS, not _shim_la_LIBADD.
  + Eliminate trailing whitespace.
  + Correct the copyright notices for x11 and x11-screen.
  + Punt stamp-scheme's dependence on -const.bin (redundant to the
    dependence on stamp-shim).
src/blowfish/Makefile.am
src/edwin/Makefile.am
src/gdbm/Makefile.am
src/imail/Makefile.am
src/mcrypt/Makefile.am
src/pgsql/Makefile.am
src/x11-screen/Makefile.am
src/x11/Makefile.am