diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a38d7ec..70f9284 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,11 @@ librsp_a_SOURCES = \ udp.c \ tcp.c \ tls.c \ - dtls.c \ - fticks.c + dtls.c + +if WANT_FTICKS +librsp_a_SOURCES += fticks.c +endif catgconf_SOURCES = \ debug.c \ |