~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to gst/debugutils/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-03 16:57:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903165709-5158pp06sfg0i6dv
Tags: 0.10.20-1
* New upstream release:
  + debian/build-deps.in:
    - Update build dependencies.
* debian/source/format,
  debian/compat,
  debian/rules,
  debian/patches:
  + Update to debhelper compat level 7.
  + Update to source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
glib_gen_prefix = __gst_debugutils
 
2
glib_gen_basename = debugutils
 
3
 
 
4
include $(top_srcdir)/common/gst-glib-gen.mak
 
5
 
 
6
built_sources = debugutils-marshal.c
 
7
built_headers = debugutils-marshal.h
 
8
 
 
9
BUILT_SOURCES = $(built_sources) $(built_headers)
 
10
 
 
11
CLEANFILES = $(BUILT_SOURCES)
 
12
 
 
13
EXTRA_DIST = debugutils-marshal.list
 
14
 
1
15
plugin_LTLIBRARIES = libgstdebugutilsbad.la
2
16
 
3
 
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c gstcapssetter.c debugutilsbad.c
 
17
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
 
18
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
4
19
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
5
20
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
6
21
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
7
22
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
8
23
 
9
 
noinst_HEADERS = fpsdisplaysink.h gstcapssetter.h
 
24
noinst_HEADERS = fpsdisplaysink.h
10
25