summaryrefslogtreecommitdiff
path: root/gst/autoplug/Makefile.am
blob: 8050727ae134a3aa798227c70a2bda85923aa34d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
filterdir = $(libdir)/gst

filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la

libgststaticautoplug_la_SOURCES =	\
	gststaticautoplug.c 
	
libgststaticautoplugrender_la_SOURCES =	\
	gststaticautoplugrender.c

libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)