~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to gst/videorate/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
plugin_LTLIBRARIES = libgstvideorate.la
4
4
 
5
5
libgstvideorate_la_SOURCES = gstvideorate.c
6
 
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
 
6
libgstvideorate_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
7
7
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
 
libgstvideorate_la_LIBADD = $(GST_LIBS)
 
8
libgstvideorate_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
9
9
libgstvideorate_la_LIBTOOLFLAGS = --tag=disable-static
10
10
 
11
11
Android.mk: Makefile.am $(BUILT_SOURCES)