- Change order on which the libraries are listed for installation
in the makefile, thus workarounding a nasty automake bug. This problem is reported here: http://sourceware.org/ml/automake/2004-03/msg00113.html http://sources.redhat.com/ml/automake/2004-01/msg00171.html ... but it doesn't seem to have been solved thus far. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@356 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
8c05219cec
commit
5121ab9f39
2 changed files with 86 additions and 85 deletions
|
@ -30,7 +30,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@
|
|||
# If a relative path is entered, it will be relative to the location
|
||||
# where doxygen was started. If left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = @abs_top_builddir@/doc/API/
|
||||
OUTPUT_DIRECTORY = doc/API/
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
||||
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue