gstreamer/gst/autoplug/Makefile.am
Wim Taymans 589bf9f90c Added the missing autoplugger, doh
Original commit message from CVS:
Added the missing autoplugger, doh
2001-02-27 20:34:12 +00:00

9 lines
203 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgststaticautoplug.la
libgststaticautoplug_la_SOURCES = \
gststaticautoplug.c
libgststaticautoplug_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)