Statically link to library files
This commit is contained in:
parent
c56788ae9e
commit
2b34faf907
@ -7,6 +7,7 @@ bin_PROGRAMS = httperf idleconn
|
|||||||
httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \
|
httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \
|
||||||
conn.h sess.c sess.h core.c core.h localevent.c localevent.h http.c http.h \
|
conn.h sess.c sess.h core.c core.h localevent.c localevent.h http.c http.h \
|
||||||
timer.c timer.h
|
timer.c timer.h
|
||||||
idleconn_SOURCES = idleconn.c
|
idleconn_SOURCEtS = idleconn.c
|
||||||
|
|
||||||
|
idleconn_LDADD = lib/libutil.a
|
||||||
httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a
|
httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a
|
||||||
|
Loading…
Reference in New Issue
Block a user