[ragel-users] [PATCH 2/3] add dependency of libragel on libfsm and libcolm
Ken Brown
kbrown at cornell.edu
Fri Nov 16 14:58:55 UTC 2018
---
src/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index a9ad169a..0aeee6e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,6 +69,8 @@ dist_libragel_la_SOURCES = \
libragel_la_LDFLAGS = -no-undefined
+libragel_la_LIBADD = libfsm.la $(COLM_LD)
+
#
# ragel program.
#
--
2.17.0
More information about the ragel-users
mailing list