Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
4e580605
Commit
4e580605
authored
Apr 11, 2015
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing graph_blockmodel_covariates.hh to Makefile.am
parent
5b4b14ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/graph/community/Makefile.am
src/graph/community/Makefile.am
+2
-1
No files found.
src/graph/community/Makefile.am
View file @
4e580605
...
@@ -16,8 +16,8 @@ libgraph_tool_community_la_LDFLAGS = $(MOD_LDFLAGS)
...
@@ -16,8 +16,8 @@ libgraph_tool_community_la_LDFLAGS = $(MOD_LDFLAGS)
libgraph_tool_community_la_SOURCES
=
\
libgraph_tool_community_la_SOURCES
=
\
graph_blockmodel.cc
\
graph_blockmodel.cc
\
graph_blockmodel_overlap.cc
\
graph_blockmodel_covariates.cc
\
graph_blockmodel_covariates.cc
\
graph_blockmodel_overlap.cc
\
graph_community.cc
\
graph_community.cc
\
graph_community_network.cc
\
graph_community_network.cc
\
graph_community_network_edges.cc
\
graph_community_network_edges.cc
\
...
@@ -28,6 +28,7 @@ libgraph_tool_community_la_SOURCES = \
...
@@ -28,6 +28,7 @@ libgraph_tool_community_la_SOURCES = \
libgraph_tool_community_la_include_HEADERS
=
\
libgraph_tool_community_la_include_HEADERS
=
\
graph_blockmodel.hh
\
graph_blockmodel.hh
\
graph_blockmodel_covariates.hh
\
graph_blockmodel_overlap.hh
\
graph_blockmodel_overlap.hh
\
graph_community.hh
\
graph_community.hh
\
graph_community_network.hh
graph_community_network.hh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment