0ddb2a8a740463d052bdbbfa2fa44cd1a094daeb
[platform/upstream/gstreamer.git] / gst / autoplug / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la
4
5 libgststaticautoplug_la_SOURCES =       \
6         gststaticautoplug.c 
7         
8 libgststaticautoplugrender_la_SOURCES = \
9         gststaticautoplugrender.c
10
11 libgststaticautoplug_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
12 libgststaticautoplugrender_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)