Skip to content
GitLab
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
f0524b52
Commit
f0524b52
authored
Oct 04, 2009
by
Tiago Peixoto
Browse files
Fix missing files in Makefile.am
parent
2db745b1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f0524b52
...
...
@@ -9,8 +9,8 @@ graphtooldoc_DATA = \
AUTHORS
\
INSTALL
\
NEWS
\
TODO
TODO
\
src/boost-workaround/LICENSE_1_0.txt
EXTRA_DIST
=
$(graphtooldoc_DATA)
...
...
src/graph/Makefile.am
View file @
f0524b52
...
...
@@ -31,8 +31,14 @@ libgraph_tool_core_la_SOURCES = \
graph_selectors.cc
\
graphml.cpp
\
read_graphviz_spirit.cpp
\
read_graphviz_new.cpp
\
../boost-workaround/boost/graph/filtered_graph.hpp
\
../boost-workaround/boost/graph/graphml.hpp
../boost-workaround/boost/graph/graphml.hpp
\
../boost-workaround/boost/graph/betweenness_centrality.hpp
\
../boost-workaround/boost/graph/copy.hpp
\
../boost-workaround/boost/graph/isomorphism.hpp
\
../boost-workaround/boost/graph/fruchterman_reingold.hpp
\
../boost-workaround/boost/graph/kamada_kawai_spring_layout.hpp
libgraph_tool_core_la_includedir
=
$(pythondir)
/graph_tool/include
libgraph_tool_core_la_include_HEADERS
=
\
...
...
src/graph/centrality/Makefile.am
View file @
f0524b52
...
...
@@ -21,4 +21,8 @@ libgraph_tool_centrality_la_SOURCES = \
graph_absolute_trust.cc
\
graph_centrality_bind.cc
libgraph_tool_centrality_la_include_HEADERS
=
libgraph_tool_centrality_la_include_HEADERS
=
\
graph_pagerank.hh
\
graph_eigentrust.hh
\
graph_absolute_trust.hh
\
minmax.hh
src/graph/clustering/Makefile.am
View file @
f0524b52
...
...
@@ -19,7 +19,6 @@ libgraph_tool_clustering_la_SOURCES = \
graph_extended_clustering.cc
\
graph_motifs.cc
libgraph_tool_clustering_la_include_HEADERS
=
\
graph_clustering.hh
\
graph_extended_clustering.hh
\
...
...
src/graph/community/Makefile.am
View file @
f0524b52
...
...
@@ -17,3 +17,7 @@ libgraph_tool_community_la_LDFLAGS = $(MOD_LDFLAGS)
libgraph_tool_community_la_SOURCES
=
\
graph_community.cc
\
graph_community_network.cc
libgraph_tool_community_la_include_HEADERS
=
\
graph_community.hh
\
graph_community_network.hh
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment