[Release version 0.10.66] Update code for mrp control
[platform/core/multimedia/libmm-camcorder.git] / test / Makefile.am
index 12e9e57..7a3441c 100644 (file)
@@ -22,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