Skip to content

Commit 212d19c

Browse files
Claudesoppelmann
authored andcommitted
Fix Makefile.am to remove non-existent Windows source file reference
Remove reference to src/async-process_windows.c from Makefile.am. This file was removed in PR lem-project#26 when Windows support was ported to Lisp/CFFI. Fixes build error: "make[1]: don't know how to make src/async-process_windows.c"
1 parent ad9f07c commit 212d19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkglib_LTLIBRARIES = libasyncprocess.la
22
libasyncprocess_la_LDFLAGS = -module -avoid-version -no-undefined
3-
libasyncprocess_la_SOURCES = src/async-process.c src/async-process_windows.c
3+
libasyncprocess_la_SOURCES = src/async-process.c
44

55
copy:
66
$(MKDIR_P) static/`uname -m`/`uname`

0 commit comments

Comments
 (0)