diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-27 17:04:49 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-27 17:04:49 +0200 |
commit | 8eeb47547e346475e7cf27a20c949a49d3e54116 (patch) | |
tree | 19608aced1fb4d78f8bddf8a656e1da0edbe7733 /Makefile.am | |
parent | 1a80ea4372d745267ed10c32b2a7067a7e25a83b (diff) |
Add --enable-fticks to configure.
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 \ |