summaryrefslogtreecommitdiff
path: root/gst-libs/gst/tuner/Makefile.am
blob: 6d14130d95013cf4ce61b355b20ac5a132d4010d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libgstinterfacesincludedir = \
	$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/tuner

libgstinterfacesinclude_HEADERS = \
		tuner.h \
		tunernorm.h \
		tunerchannel.h

noinst_LTLIBRARIES = libgsttuner.la

libgsttuner_la_SOURCES = \
	tuner.c \
	tunernorm.c \
	tunerchannel.c
libgsttuner_la_CFLAGS = $(GST_CFLAGS)