0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

modules/Makefile.am: Add missing s_state related.

This commit is contained in:
Jason Volk 2018-05-17 19:37:24 -07:00
parent 3e47fbb388
commit 902d48d702

View file

@ -63,11 +63,13 @@ s_moduledir = @moduledir@
s_conf_la_SOURCES = s_conf.cc
s_control_la_SOURCES = s_control.cc
s_node_la_SOURCES = s_node.cc
s_state_la_SOURCES = s_state.cc
s_module_LTLIBRARIES = \
s_conf.la \
s_control.la \
s_node.la \
s_state.la \
###
###############################################################################