gstreamer/libs/gst/control/Makefile.am
Thomas Vander Stichele 9fe4587856 more changes
Original commit message from CVS:
more changes
2001-12-23 18:12:12 +00:00

22 lines
468 B
Makefile

librarydir = $(libdir)/gst
library_LTLIBRARIES = libgstcontrol.la
libgstcontrol_la_SOURCES = \
control.c \
dparammanager.c \
dparam.c \
dplinearinterp.c
libgstcontrolincludedir = $(includedir)/gst/control
libgstcontrolinclude_HEADERS = \
control.h \
dparammanager.h \
dparam.h \
dparamcommon.h \
dplinearinterp.h
libgstcontrol_la_LIBADD = $(GST_LIBS)
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math