~ubuntu-branches/ubuntu/saucy/gstreamer0.10/saucy

« back to all changes in this revision

Viewing changes to tests/examples/controller/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 18:52:12 UTC
  • mfrom: (32.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20111211185212-3k215ps4qtyz2qa5
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/control.in:
    - Build-depend on GLib >= 2.24.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refreshed to apply cleanly again.
  + debian/libgstreamer.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files (Closes: #633319).
* debian/control.in:
  + Put GI package into section introspection.
* debian/compat,
  debian/control.in,
  debian/gir1.2-gstreamer.install,
  debian/libgstreamer-dev.install,
  debian/libgstreamer.install,
  debian/patches/79_multiarch-backwards-compat.patch,
  debian/patches/80_ia32-hack.patch,
  debian/rules:
  + Transition package to multi-arch (Closes: #647481).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
audio_example_LDADD = \
5
5
        $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
6
6
        $(GST_OBJ_LIBS)
 
7
 
 
8
Android.mk: Makefile.am audio-example.c
 
9
        androgenizer \
 
10
        -:PROJECT audio-example -:EXECUTABLE audio-example \
 
11
         -:TAGS eng debug \
 
12
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
13
         -:SOURCES audio-example.c \
 
14
         -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(audio_example_CFLAGS) \
 
15
         -:LDFLAGS -lgstcontroller-@GST_MAJORMINOR@ \
 
16
             $(GST_OBJ_LIBS) -ldl \
 
17
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
18
        > $@