2001-12-23 18:12:12 +00:00
|
|
|
librarydir = $(libdir)/gst
|
2001-12-23 17:27:58 +00:00
|
|
|
|
2001-12-23 18:12:12 +00:00
|
|
|
library_LTLIBRARIES = libgstcontrol.la
|
2001-12-23 17:27:58 +00:00
|
|
|
|
|
|
|
libgstcontrolincludedir = $(includedir)/gst/control
|
|
|
|
libgstcontrolinclude_HEADERS = \
|
|
|
|
control.h \
|
|
|
|
dparammanager.h \
|
|
|
|
dparam.h \
|
2002-03-04 18:54:20 +00:00
|
|
|
dparam_smooth.h \
|
2002-04-14 10:08:21 +00:00
|
|
|
unitconvert.h \
|
2001-12-23 17:27:58 +00:00
|
|
|
dparamcommon.h \
|
2001-12-23 18:12:12 +00:00
|
|
|
dplinearinterp.h
|
2001-12-23 17:27:58 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstcontrol_la_SOURCES = \
|
|
|
|
control.c \
|
|
|
|
dparammanager.c \
|
|
|
|
dparam.c \
|
2002-03-04 18:54:20 +00:00
|
|
|
dparam_smooth.c \
|
2002-04-14 10:08:21 +00:00
|
|
|
unitconvert.c \
|
2002-01-12 00:47:40 +00:00
|
|
|
dplinearinterp.c
|
2002-01-30 23:49:06 +00:00
|
|
|
|
2001-12-23 17:27:58 +00:00
|
|
|
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
2002-03-19 01:39:45 +00:00
|
|
|
libgstcontrol_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|