aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-10 01:21:36 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 10:52:50 +0100
commit94ecb93a62e6ab32ec776136b20dfbd3f65cb937 (patch)
treec3ec06f3adbff49190765e392579a8424c9e17d8 /Makefile.am
parent8a79de96ec77c82d48f73df62d58e9d27c1b95ff (diff)
require GLib 2.16
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3588f048..b349311f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1307,14 +1307,12 @@ test_run_inotify_LDADD = $(GLIB_LIBS)
endif
test_test_byte_reverse_SOURCES = \
- test/test_glib_compat.h \
test/test_byte_reverse.c
test_test_byte_reverse_LDADD = \
libutil.a \
$(GLIB_LIBS)
test_test_pcm_SOURCES = \
- test/test_glib_compat.h \
test/test_pcm_dither.c \
test/test_pcm_pack.c \
test/test_pcm_channels.c \