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
3e874f0c
Commit
3e874f0c
authored
Jul 15, 2008
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix automake files
parent
115b480f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
configure.ac
configure.ac
+1
-1
src/Makefile.am
src/Makefile.am
+0
-2
src/graph_tool/Makefile.am
src/graph_tool/Makefile.am
+4
-0
No files found.
configure.ac
View file @
3e874f0c
...
...
@@ -18,7 +18,7 @@ AC_SUBST(GRAPH_TOOL_VERSION_MAJOR)
AC_SUBST(GRAPH_TOOL_VERSION_MINOR)
AC_SUBST(GRAPH_TOOL_VERSION_MICRO)
AC_CONFIG_SRCDIR(src
/graph-tool
)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE
AM_PROG_CC_C_O
AM_CONFIG_HEADER(config.h)
...
...
src/Makefile.am
View file @
3e874f0c
...
...
@@ -4,5 +4,3 @@ AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS
=
graph graph_tool .
bin_SCRIPTS
=
graph-tool
src/graph_tool/Makefile.am
View file @
3e874f0c
...
...
@@ -29,3 +29,7 @@ graph_tool_correlationsdir = $(pythondir)/graph_tool/correlations
graph_tool_stats_PYTHON
=
\
stats/__init__.py
graph_tool_statsdir
=
$(pythondir)
/graph_tool/stats
graph_tool_clustering_PYTHON
=
\
clustering/__init__.py
graph_tool_clusteringdir
=
$(pythondir)
/graph_tool/clustering
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