examples: update Makefile.am android bits in controller example
authorTim-Philipp Müller <tim@centricular.net>
Mon, 3 Sep 2012 17:45:03 +0000 (18:45 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 3 Sep 2012 17:45:03 +0000 (18:45 +0100)
Should fix build failure reported on IRC.

tests/examples/controller/Makefile.am

index 4eded37..06d39ed 100644 (file)
@@ -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 \