summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e203a4..2012ae6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,8 @@ SOURCES = \
fibers/web/server.scm \
web/server/fibers.scm
+BUILT_SOURCES = fibers/config.scm
+
extlibdir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions
extlib_LTLIBRARIES = epoll.la
AM_CFLAGS = -I$(srcdir) $(WARN_CFLAGS) $(DEBUG_CFLAGS)