[Release version 0.10.66] Update code for mrp control
[platform/core/multimedia/libmm-camcorder.git] / test / Makefile.am
index 16e3145..7a3441c 100644 (file)
@@ -5,6 +5,7 @@ mm_camcorder_testsuite_SOURCES = mm_camcorder_testsuite.c
 mm_camcorder_testsuite_CFLAGS = -I$(srcdir)/../src/include \
                             $(GLIB_CFLAGS)\
                             $(GST_CFLAGS)\
+                            $(DPM_CFLAGS)\
                             $(MM_COMMON_CFLAGS)\
                             $(MM_SOUND_CFLAGS)
 
@@ -21,3 +22,11 @@ mm_camcorder_testsuite_LDADD = $(top_builddir)/src/libmmfcamcorder.la \
                             $(MM_COMMON_LIBS)\
                             $(MM_SOUND_LIBS)
 
+if RM_SUPPORT
+mm_camcorder_testsuite_CFLAGS += $(RM_CFLAGS) -D_MMCAMCORDER_RM_SUPPORT
+mm_camcorder_testsuite_LDADD += $(RM_LIBS)
+endif
+
+if PRODUCT_TV
+mm_camcorder_testsuite_CFLAGS += -D_MMCAMCORDER_PRODUCT_TV
+endif
\ No newline at end of file