Look for plmenu in build directory when creating WMRootMenu.
commit3426f8110b4292135d5747fdf1f53554ed0285ff
authorDoug Torrance <dtorrance@piedmont.edu>
Sun, 29 Jan 2017 04:07:11 +0000 (28 23:07 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 29 Jan 2017 15:07:59 +0000 (29 10:07 -0500)
treec6302ee1bb36237e759d6e265fccc650f46d356a
parentf9b2cf9747c0a249baa7067e62f7b2959fd8b307
Look for plmenu in build directory when creating WMRootMenu.

Previously, plmenu already existed in the source directory, and that's where
make looked for it.  Now, however, it is generated to include the proper
path to WPrefs and therefore is in the build directory.

See
https://www.gnu.org/software/make/manual/html_node/Makefile-Basics.html
for more about this distinction.
WindowMaker/Defaults/Makefile.am