Merge branch 'issue149'

This commit is contained in:
Mark Rivers
2020-01-28 16:28:14 -06:00
2 changed files with 13 additions and 3 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ DIRS += MotorSrc
DIRS += SoftMotorSrc
SoftMotorSrc_DEPEND_DIRS = MotorSrc
# Install the edl files
#DIRS += opi
DIRS += op
DIRS += Db
include $(TOP)/configure/RULES_DIRS
+12
View File
@@ -0,0 +1,12 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ADL_DIR = adl
UI_DIR = ui/autoconvert
EDL_DIR = edl/autoconvert
OPI_DIR = opi/autoconvert
BOB_DIR = bob/autoconvert
include $(CONFIG)/RULES_DIRS
-include $(SUPPORT)/configure/RULES_OPI