Aplly ASLR to excutable file
[platform/core/multimedia/libmm-streamrecorder.git] / test / Makefile.am
1 bin_PROGRAMS = mm_streamrecorder_testsuite
2
3 mm_streamrecorder_testsuite_SOURCES = mm_streamrecorder_testsuite.c
4
5 mm_streamrecorder_testsuite_CFLAGS = -fPIE \
6                              -I$(srcdir)/../src/include \
7                              $(GLIB_CFLAGS)\
8                              $(GST_CFLAGS)\
9                              $(MM_COMMON_CFLAGS)\
10                              $(MM_SOUND_CFLAGS)\
11                              $(MDM_CFLAGS)
12
13
14 ############################################
15 #mm_streamrecorder_testsuite_CFLAGS += -DAPPSRC_TEST
16 ############################################
17
18 mm_streamrecorder_testsuite_DEPENDENCIES = $(top_builddir)/src/libmmfstreamrecorder.la
19 mm_streamrecorder_testsuite_LDADD = $(top_builddir)/src/libmmfstreamrecorder.la \
20                              $(GLIB_LIBS)\
21                              $(GST_LIBS)\
22                              $(MM_COMMON_LIBS)\
23                              $(MM_SOUND_LIBS)\
24                              $(MDM_LIBS)
25
26 mm_streamrecorder_testsuite_LDFLAGS = -pie