summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte2011-09-01 14:47:31 +0200
committerHarald Welte2011-09-01 14:47:31 +0200
commit712691d8d8abbeb97f21df8c1d923d8694996ee7 (patch)
tree9114a0b62186b35333dbb17b067d068bba8e02b4 /configure.ac
parentlogging: add osmo_vlogp() as vararg / va_list compatible function (diff)
downloadlibosmocore-712691d8d8abbeb97f21df8c1d923d8694996ee7.tar.gz
libosmocore-712691d8d8abbeb97f21df8c1d923d8694996ee7.tar.xz
libosmocore-712691d8d8abbeb97f21df8c1d923d8694996ee7.zip
add functions for bit-reversal
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ef4b0aa..f624f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,6 +123,7 @@ AC_OUTPUT(
tests/msgfile/Makefile
tests/ussd/Makefile
tests/smscb/Makefile
+ tests/bits/Makefile
utils/Makefile
Doxyfile.core
Doxyfile.gsm