From 95d9bb6dfc1b90135c66b19d83eb17436908e3e8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Mar 2012 18:45:51 +0100 Subject: pcm_byteswap: move code to libutil --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2acbdd06d..4ac5d1a39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -392,6 +392,7 @@ endif libutil_a_SOURCES = \ src/util/list.h \ src/util/list_sort.c src/util/list_sort.h \ + src/util/byte_reverse.c src/util/byte_reverse.h \ src/util/bit_reverse.c src/util/bit_reverse.h # PCM library @@ -1271,6 +1272,7 @@ test_test_pcm_SOURCES = \ test/test_pcm_main.c test_test_pcm_LDADD = \ $(PCM_LIBS) \ + libutil.a \ $(GLIB_LIBS) test_test_queue_priority_SOURCES = \ -- cgit v1.2.3