From 38e3d6c7fde7db39926db3fb9f8b201863cab93b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Sep 2012 18:45:03 +0100 Subject: [PATCH] examples: update Makefile.am android bits in controller example Should fix build failure reported on IRC. --- tests/examples/controller/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/controller/Makefile.am b/tests/examples/controller/Makefile.am index 4eded37..06d39ed 100644 --- a/tests/examples/controller/Makefile.am +++ b/tests/examples/controller/Makefile.am @@ -12,7 +12,7 @@ Android.mk: Makefile.am audio-example.c -:TAGS eng debug \ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ -:SOURCES audio-example.c \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(audio_example_CFLAGS) \ + -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(AM_CFLAGS) \ -:LDFLAGS -lgstcontroller-@GST_API_VERSION@ \ $(GST_OBJ_LIBS) -ldl \ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ -- 2.7.4