1 # Makefile.am - Automake script for mm-omxvideo 2 # 3 ACLOCAL_AMFLAGS = -I m4 4 5 BUILD_COMPONENTS := mm-core 6 7 if BUILD_MM_VIDEO 8 BUILD_COMPONENTS += mm-video-v4l2 9 endif 10 11 SUBDIRS := $(BUILD_COMPONENTS) 12