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

« back to all changes in this revision

Viewing changes to gst/monoscope/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:
 
1
plugin_LTLIBRARIES = libgstmonoscope.la
 
2
 
 
3
libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
 
4
 
 
5
noinst_HEADERS = gstmonoscope.h monoscope.h convolve.h
 
6
 
 
7
libgstmonoscope_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
 
8
libgstmonoscope_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
 
9
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)