summaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-09-07 16:54:36 -0400
committerPaul Smith <psmith@gnu.org>2014-09-07 16:59:37 -0400
commitbd30df44788c6a74ab9943b8b41b12df338e105b (patch)
treeef03b6733100bcb85ca4f418c0511c08386c5a83 /w32
parent1f2fd22fec97191ed24ce30404d526c82bba70de (diff)
downloadgunmake-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.am2
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 \