~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to gst/dataurisrc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
libgstdataurisrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
8
libgstdataurisrc_la_LIBTOOLFLAGS = --tag=disable-static
9
9
 
 
10
Android.mk: Makefile.am $(BUILT_SOURCES)
 
11
        androgenizer \
 
12
        -:PROJECT libgstdataurisrc -:SHARED libgstdataurisrc \
 
13
         -:TAGS eng debug \
 
14
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
15
         -:SOURCES $(libgstdataurisrc_la_SOURCES) \
 
16
         -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdataurisrc_la_CFLAGS) \
 
17
         -:LDFLAGS $(libgstdataurisrc_la_LDFLAGS) \
 
18
                   $(libgstdataurisrc_la_LIBADD) \
 
19
                   -ldl \
 
20
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
21
                       LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
 
22
        > $@
 
 
b'\\ No newline at end of file'