gstreamer/libs/gst/control/Makefile.am
Andy Wingo 6ae5f15064 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:45 +00:00

22 lines
517 B
Makefile

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