Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
fcd6f2b8
Commit
fcd6f2b8
authored
Feb 05, 2020
by
Tiago Peixoto
Browse files
Fix includes in Makefile.am
parent
49ea6aa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
fcd6f2b8
...
...
@@ -55,7 +55,7 @@ EXTRA_DIST = $(graphtooldoc_DATA) autogen.sh
pkgconfigdir
=
@pkgconfigdir@
pkgconfig_DATA
=
graph-tool-py
${PYTHON_VERSION}
.pc
# Copy all the spec files. Of cour
c
e, only one is actually used.
# Copy all the spec files. Of cour
s
e, only one is actually used.
dist-hook
:
cd
${top_srcdir}
&&
git log
--stat
--name-only
--date
=
short
--abbrev-commit
>
${distdir}
/ChangeLog
for
specfile
in
*
.spec
;
do
\
...
...
src/graph/inference/Makefile.am
View file @
fcd6f2b8
...
...
@@ -87,7 +87,7 @@ libgraph_tool_inference_la_SOURCES = \
graph_latent_multigraph.cc
\
graph_modularity.cc
libgraph_tool_inference_la_include_HEADERS
=
\
nobase_
libgraph_tool_inference_la_include_HEADERS
=
\
blockmodel/graph_blockmodel.hh
\
blockmodel/graph_blockmodel_em.hh
\
blockmodel/graph_blockmodel_emat.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