diff options
author | Paul Smith <psmith@gnu.org> | 2014-09-07 16:54:36 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2014-09-07 16:59:37 -0400 |
commit | bd30df44788c6a74ab9943b8b41b12df338e105b (patch) | |
tree | ef03b6733100bcb85ca4f418c0511c08386c5a83 /w32 | |
parent | 1f2fd22fec97191ed24ce30404d526c82bba70de (diff) | |
download | gunmake-bd30df44788c6a74ab9943b8b41b12df338e105b.tar.gz |
* configure.ac, maintMakefile, w32/Makefile.am: Fix autotools issues.
Reported by Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'w32')
-rw-r--r-- | w32/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/w32/Makefile.am b/w32/Makefile.am index be757fe..88ca826 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. +AUTOMAKE_OPTIONS = subdir-objects + noinst_LIBRARIES = libw32.a libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \ |