~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to sys/oss/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-15 02:58:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060815025826-h1sa4q0uxwqgzwki
Tags: 0.10.4-0ubuntu1
* Sync with Debian (pkg-gstreamer SVN, rev 470):
  + debian/rules,
    debian/control.in:
    - Add a -dbg package again

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                            gstosssink.c         \
9
9
                            gstosssrc.c
10
10
 
11
 
#                           gstossdmabuffer.c
12
 
 
13
11
libgstossaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
14
12
libgstossaudio_la_LIBADD = \
15
 
        -lgstinterfaces-@GST_MAJORMINOR@ \
16
 
        -lgstaudio-@GST_MAJORMINOR@ \
17
13
        $(GST_PLUGINS_BASE_LIBS) \
 
14
        -lgstinterfaces-$(GST_MAJORMINOR) \
 
15
        -lgstaudio-$(GST_MAJORMINOR) \
18
16
        $(GST_LIBS)
19
17
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
20
18
 
26
24
                gstossmixer.h        \
27
25
                gstossmixerelement.h \
28
26
                gstossmixertrack.h
29
 
 
30
 
# noinst_PROGRAMS = #oss_probe
31
 
 
32
 
# oss_probe_SOURCES = oss_probe.c
33
 
# oss_probe_CFLAGS = $(GST_CFLAGS)
34
 
# oss_probe_LDADD = $(GLIB_LIBS)
35