Skip to content

Commit

Permalink
Use (include_subdirs no) for new dune libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 7, 2023
1 parent 5662024 commit a6095e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(include_subdirs unqualified)
(include_subdirs no)

(library
(name goblint_config)
Expand Down
2 changes: 1 addition & 1 deletion src/domain/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(include_subdirs unqualified)
(include_subdirs no)

(library
(name goblint_domain)
Expand Down
2 changes: 1 addition & 1 deletion src/incremental/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(include_subdirs unqualified)
(include_subdirs no)

(library
(name goblint_incremental)
Expand Down

0 comments on commit a6095e7

Please sign in to comment.