gstreamer/libs/gst/control/Makefile.am
David I. Lehn 8da28910bc s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to a mostly standard layout remove HTT...
Original commit message from CVS:
* s/filter/plugin/
* add $(GST_LIBS) to all plugins
* move Makefile.am things around to a mostly standard layout
* remove HTTP flags/libs from elements since http element moved
2002-01-12 00:47:40 +00:00

20 lines
461 B
Makefile

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