gstreamer/libs/gst/control/Makefile.am
Thomas Vander Stichele d3e33a16ac as promised, the header changes and some of wingo's virtual fixes as well by accident
Original commit message from CVS:
as promised, the header changes
and some of wingo's virtual fixes as well by accident
2002-06-22 23:17:44 +00:00

25 lines
577 B
Makefile

librarydir = $(libdir)/gst
library_LTLIBRARIES = libgstcontrol.la
libgstcontrolincludedir = $(includedir)/gstreamer-@VERSION@/gst/control
libgstcontrolinclude_HEADERS = \
control.h \
dparammanager.h \
dparam.h \
dparam_smooth.h \
unitconvert.h \
dparamcommon.h \
dplinearinterp.h
libgstcontrol_la_SOURCES = \
control.c \
dparammanager.c \
dparam.c \
dparam_smooth.c \
unitconvert.c \
dplinearinterp.c
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
libgstcontrol_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)