gstreamer/libs/control/Makefile.am
Thomas Vander Stichele 415490cf78 merge HEAD -> BUILDBRANCH here goes nothing ;)
Original commit message from CVS:
merge HEAD -> BUILDBRANCH
here goes nothing ;)
2001-12-16 01:42:33 +00:00

23 lines
498 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstcontrol.la
libgstcontrol_la_SOURCES = \
gstcontrol.c \
gstdparammanager.c \
gstdparam.c \
gstdplinearinterp.c
libgstcontrolincludedir = $(includedir)/gst/libs/control
libgstcontrolinclude_HEADERS = \
gstcontrol.h \
gstdparammanager.h \
gstdparam.h \
gstdparamcommon.h \
gstdplinearinterp.h
libgstcontrol_la_LIBADD = $(GST_LIBS)
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math