aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-19 21:10:01 +0200
committerMax Kellermann <max@duempel.org>2011-10-19 21:14:14 +0200
commitf1da118a6ccec6154a8e67c78d52fffb2ffa7089 (patch)
tree340ecf9f6217a76faece9c1ba47fdc7f788d73cd /Makefile.am
parent08a0bb756d34bcff50cf70b9aa1ab5c2ae77a1ea (diff)
test: add GLib testing compatibility header
Didn't compile on GLib < 2.16.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b86a5557..6b612529 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1195,6 +1195,7 @@ test_run_inotify_LDADD = $(GLIB_LIBS)
endif
test_test_pcm_SOURCES = \
+ test/test_glib_compat.h \
test/test_pcm_dither.c \
test/test_pcm_pack.c \
test/test_pcm_channels.c \