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

« back to all changes in this revision

Viewing changes to gst/xingheader/Makefile.am

Tags: upstream-0.10.5.3
Import upstream version 0.10.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
plugin_LTLIBRARIES = libgstxingheader.la
3
 
 
4
 
libgstxingheader_la_SOURCES = gstxingmux.c
5
 
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
6
 
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
7
 
 
8
 
 
9
 
noinst_HEADERS = gstxingmux.h
10
 
 
11
 
AM_CFLAGS = $(GST_CFLAGS)
12
 
LIBS = $(GST_LIBS) $(LAME_LIBS)