examples: update Makefile.am android bits in controller example

Should fix build failure reported on IRC.
This commit is contained in:
Tim-Philipp Müller 2012-09-03 18:45:03 +01:00
parent 8f282de37d
commit 38e3d6c7fd

View 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 \