fix the library dependency

This commit is contained in:
Sukchan Lee 2017-11-03 21:55:20 +09:00
parent 3db70a3ad0
commit d2cf6821b8
5 changed files with 45 additions and 40 deletions

View file

@ -10,6 +10,8 @@ libfdcore_la_SOURCES = \
p_out.c p_psm.c p_sr.c routing_dispatch.c server.c tcp.c \
fdd.tab.y lex.fdd.l version.c
libfdcore_la_LIBADD = $(LIBS)
if SCTP
libfdcore_la_SOURCES += sctp.c sctp3436.c
endif