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
3e874f0c
Commit
3e874f0c
authored
Jul 15, 2008
by
Tiago Peixoto
Browse files
Fix automake files
parent
115b480f
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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