summaryrefslogtreecommitdiff
path: root/gst/videorate/Makefile.am
blob: 8dd9d7817a78744591b7b53068424e7d12833a94 (plain)
1
2
3
4
5
6
7
8
9
10
noinst_HEADERS = gstvideorate.h

plugin_LTLIBRARIES = libgstvideorate.la

libgstvideorate_la_SOURCES = gstvideorate.c
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvideorate_la_LIBADD = $(GST_LIBS)
libgstvideorate_la_LIBTOOLFLAGS = --tag=disable-static