Add tool package to separate testsuite binary
[platform/core/multimedia/libmm-streamrecorder.git] / src / Makefile.am
1 ACLOCAL_AMFLAGS='-I m4'
2
3 lib_LTLIBRARIES = libmmfstreamrecorder.la
4
5 includelibmmfstreamrecorderdir = $(includedir)/mmf
6
7 includelibmmfstreamrecorder_HEADERS = include/mm_streamrecorder.h
8
9 noinst_HEADERS = include/mm_streamrecorder.h \
10                  include/mm_streamrecorder_internal.h   \
11                  include/mm_streamrecorder_fileinfo.h   \
12                  include/mm_streamrecorder_util.h \
13                  include/mm_streamrecorder_gstdispatch.h \
14                  include/mm_streamrecorder_attribute.h \
15                  include/mm_streamrecorder_video.h \
16                  include/mm_streamrecorder_gstcommon.h \
17                  include/mm_streamrecorder_recorder.h \
18                  include/mm_streamrecorder_audio.h \
19                  include/mm_streamrecorder_buffer_manager.h\
20                  include/mm_streamrecorder_ini.h
21
22 libmmfstreamrecorder_la_SOURCES = mm_streamrecorder.c \
23                              mm_streamrecorder_internal.c       \
24                              mm_streamrecorder_fileinfo.c       \
25                              mm_streamrecorder_util.c \
26                              mm_streamrecorder_gstdispatch.c \
27                              mm_streamrecorder_attribute.c \
28                              mm_streamrecorder_video.c \
29                              mm_streamrecorder_gstcommon.c \
30                              mm_streamrecorder_recorder.c \
31                              mm_streamrecorder_audio.c \
32                              mm_streamrecorder_buffer_manager.c\
33                              mm_streamrecorder_ini.c
34
35 libmmfstreamrecorder_la_CFLAGS = -I$(srcdir)/include \
36                              $(GST_CFLAGS) \
37                              $(GST_PLUGIN_BASE_CFLAGS) \
38                              $(GST_VIDEO_CFLAGS) \
39                              $(GST_INTERFACES_CFLAGS) \
40                              $(DLOG_CFLAGS) \
41                              $(MM_COMMON_CFLAGS) \
42                              $(MEDIA_TOOL_CFLAGS) \
43                              $(GST_APP_CFLAGS)
44
45 libmmfstreamrecorder_la_LIBADD = \
46                             $(GST_LIBS) \
47                             $(GST_PLUGIN_BASE_LIBS) \
48                             $(GST_VIDEO_LIBS) \
49                             $(GST_INTERFACES_LIBS) \
50                             $(MM_COMMON_LIBS) \
51                                 $(MEDIA_TOOL_LIBS) \
52                             $(DLOG_LIBS) \
53                             $(VCONF_LIBS) \
54                             $(GST_APP_LIBS) \
55                             $(INIPARSER_LIBS)