From 906efdd320a3cae4def4f95af2b7c09518085fba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 13 Feb 2011 22:02:07 +0100 Subject: Makefile.am: compile test/run_encoder with ENCODER_CFLAGS --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index cf79d0903..547f57680 100644 --- a/Makefile.am +++ b/Makefile.am @@ -975,6 +975,8 @@ test_run_encoder_SOURCES = test/run_encoder.c \ src/audio_format.c \ src/audio_parser.c \ $(ENCODER_SRC) +test_run_encoder_CPPFLAGS = $(AM_CPPFLAGS) \ + $(ENCODER_CFLAGS) test_run_encoder_LDADD = $(MPD_LIBS) \ $(ENCODER_LIBS) \ $(GLIB_LIBS) -- cgit v1.2.3