Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Southerland
frama-c
Commits
af70a04a
Commit
af70a04a
authored
4 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[Makefile] distribute cg_viewer.yes.ml even if current env does not have dgraph
parent
91f1e6da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-2
1 addition, 2 deletions
Makefile
with
1 addition
and
2 deletions
Makefile
+
1
−
2
View file @
af70a04a
...
...
@@ -785,12 +785,11 @@ PLUGIN_DIR:=src/plugins/callgraph
PLUGIN_CMO
:=
options journalize subgraph cg services uses register
ifeq
($(HAS_DGRAPH),yes)
PLUGIN_GUI_CMO
:=
cg_viewer
PLUGIN_DISTRIB_EXTERNAL
:=
cg_viewer.yes.ml
PLUGIN_GENERATED
:=
$(
PLUGIN_DIR
)
/cg_viewer.ml
else
PLUGIN_GUI_CMO
:=
PLUGIN_DISTRIB_EXTERNAL
:=
cg_viewer.ml
endif
PLUGIN_DISTRIB_EXTERNAL
:=
cg_viewer.yes.ml
PLUGIN_CMI
:=
callgraph_api
PLUGIN_INTERNAL_TEST
:=
yes
PLUGIN_TESTS_DIRS
:=
callgraph
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment