configure.ac: reorganize clean up document more remove cruft
[platform/upstream/gstreamer.git] / libs / gst / controller / Makefile.am
1 lib_LTLIBRARIES = libgstcontroller-@GST_MAJORMINOR@.la
2
3 libgstcontroller_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/controller
4 libgstcontroller_@GST_MAJORMINOR@_include_HEADERS = \
5         gstcontroller.h
6
7 libgstcontroller_@GST_MAJORMINOR@_la_SOURCES = \
8         lib.c \
9         gstcontroller.c \
10         gstinterpolation.c \
11         gsthelper.c
12
13 libgstcontroller_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
14 libgstcontroller_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
15 libgstcontroller_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_OBJ_LDFLAGS)