diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2017-11-13 20:00:52 +0100 |
---|---|---|
committer | Andreas Eversberg <jolly@eversberg.eu> | 2017-11-13 20:00:52 +0100 |
commit | b605da1aff81c2688bf43dfa50c4ea3e5b89b722 (patch) | |
tree | abbdc62c6b01c13cfcbd8d58154c956212a7e7d1 /configure.ac | |
parent | 1b183864bb0dc135838cded1a3f31594979e837f (diff) |
Restructure: Move timer from common code to 'libtimer'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 62e21b0..40ce417 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,7 @@ AS_IF([test "x$with_soapy" == "xyes"],[AC_MSG_NOTICE( Compiling with SoapySDR su AS_IF([test "x$somethingmagick" == "xyes"],[AC_MSG_NOTICE( Compiling with ImageMagick )],[AC_MSG_NOTICE( ImageMagick not supported )]) AC_OUTPUT( + src/libtimer/Makefile src/libsamplerate/Makefile src/libfilter/Makefile src/common/Makefile |