configure.ac: reorganize clean up document more remove cruft
[platform/upstream/gstreamer.git] / libs / gst / base / Makefile.am
1 lib_LTLIBRARIES = libgstbase-@GST_MAJORMINOR@.la
2
3 libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES = \
4         ../libgstreamer-@GST_MAJORMINOR@.la
5 libgstbase_@GST_MAJORMINOR@_la_SOURCES =        \
6         gstadapter.c            \
7         gstbasesink.c           \
8         gstbasesrc.c            \
9         gstbasetransform.c      \
10         gstcollectpads.c        \
11         gstpushsrc.c            \
12         gsttypefindhelper.c     
13
14 libgstbase_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
15 libgstbase_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
16 libgstbase_@GST_MAJORMINOR@_la_LDFLAGS = \
17         -no-undefined
18
19 libgstbase_@GST_MAJORMINOR@includedir =         \
20         $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/base
21
22 libgstbase_@GST_MAJORMINOR@include_HEADERS =    \
23         gstadapter.h            \
24         gstbasesink.h           \
25         gstbasesrc.h            \
26         gstbasetransform.h      \
27         gstcollectpads.h        \
28         gstpushsrc.h            \
29         gsttypefindhelper.h     
30