summaryrefslogtreecommitdiff
path: root/mk/Posix.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'mk/Posix.mk.in')
-rw-r--r--mk/Posix.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/Posix.mk.in b/mk/Posix.mk.in
index d3101700..a0d12ed6 100644
--- a/mk/Posix.mk.in
+++ b/mk/Posix.mk.in
@@ -20,7 +20,7 @@
# Very little is needed here since the default Basic.mk assumes POSIX
-prog_SOURCES += $(posix_SOURCES)
+prog_SOURCES += $(src)/posixos.c
extra_CPPFLAGS += @GUILE_CFLAGS@
extra_LDFLAGS += @AM_LDFLAGS@