f13ccc5afbd21af1d220c4f27a2ff46e13eded26
[platform/upstream/gstreamer.git] / sys / kms / Makefile.am
1 plugin_LTLIBRARIES = libgstkms.la
2
3 libgstkms_la_SOURCES =                  \
4         gstkmssink.c                            \
5         gstkmsutils.c                           \
6         gstkmsallocator.c                       \
7         gstkmsbufferpool.c                      \
8         $(NUL)
9
10 libgstkms_la_CFLAGS =                   \
11         $(GST_PLUGINS_BASE_CFLAGS)              \
12         $(GST_BASE_CFLAGS)                      \
13         $(GST_VIDEO_CFLAGS)                     \
14         $(GST_ALLOCATORS_CFLAGS)                \
15         $(GST_CFLAGS)                           \
16         $(KMS_DRM_CFLAGS)                       \
17         $(NULL)
18
19 libgstkms_la_LIBADD =                   \
20         $(GST_PLUGINS_BASE_LIBS)                \
21         $(GST_BASE_LIBS)                        \
22         $(GST_VIDEO_LIBS)                       \
23         $(GST_ALLOCATORS_LIBS)                  \
24         $(GST_LIBS)                             \
25         $(KMS_DRM_LIBS)                         \
26         $(NULL)
27
28 libgstkms_la_LDFLAGS =                  \
29         $(GST_PLUGIN_LDFLAGS)                   \
30         $(NULL)
31
32 noinst_HEADERS =                                \
33         gstkmssink.h                            \
34         gstkmsutils.h                           \
35         gstkmsallocator.h                       \
36         gstkmsbufferpool.h                      \
37         $(NULL)