Skip to content

Commit

Permalink
Merge pull request #4 from areaDetector/master
Browse files Browse the repository at this point in the history
Merge new bob files
  • Loading branch information
jwlodek authored Mar 5, 2020
2 parents e07ce6f + de56ca8 commit d8f14e0
Show file tree
Hide file tree
Showing 3 changed files with 1,838 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adcvApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ include $(TOP)/configure/CONFIG

DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *op*))

DIRS += adcvSrc

include $(TOP)/configure/RULES_DIRS
include $(TOP)/configure/RULES_DIRS
1 change: 1 addition & 0 deletions adcvApp/op/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ADL_DIR = adl
UI_DIR = ui/autoconvert
EDL_DIR = edl/autoconvert
OPI_DIR = opi/autoconvert
BOB_DIR = bob/autoconvert

include $(CONFIG)/RULES_DIRS

Expand Down
Loading

0 comments on commit d8f14e0

Please sign in to comment.