Skip to content

Commit

Permalink
Fix some minor errors that occurred in refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed May 6, 2021
1 parent 2dbf692 commit 1b5f4f5
Show file tree
Hide file tree
Showing 14 changed files with 5,337 additions and 6,348 deletions.
8 changes: 5 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2020 Free Software Foundation, Inc.
Expand Down Expand Up @@ -215,6 +215,8 @@ CBCLIB_CFLAGS_NOPC = @CBCLIB_CFLAGS_NOPC@
CBCLIB_LFLAGS = @CBCLIB_LFLAGS@
CBCLIB_LFLAGS_NOPC = @CBCLIB_LFLAGS_NOPC@
CBCLIB_PCFILES = @CBCLIB_PCFILES@
CBCSOLVERLIB_CFLAGS_NOPC = @CBCSOLVERLIB_CFLAGS_NOPC@
CBCSOLVERLIB_LFLAGS_NOPC = @CBCSOLVERLIB_LFLAGS_NOPC@
CBCUNITTEST_CFLAGS = @CBCUNITTEST_CFLAGS@
CBCUNITTEST_CFLAGS_NOPC = @CBCUNITTEST_CFLAGS_NOPC@
CBCUNITTEST_LFLAGS = @CBCUNITTEST_LFLAGS@
Expand All @@ -224,6 +226,7 @@ CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
Expand Down Expand Up @@ -343,7 +346,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
Expand All @@ -361,7 +363,7 @@ pkgconfiglibdir = $(libdir)/pkgconfig
# html documentation.
doxydocdir = $(pkgdocdir)/doxydoc
doxyhtmldir = $(doxydocdir)/html
DocFiles = README README.md AUTHORS LICENSE
DocFiles = README README.md AUTHORS AUTHORS.md LICENSE LICENSE.md
COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
DOXYTAG_EDIT = sed -e 's|@baredocdir_nosub@|$(datarootdir)/doc|g'
Expand Down
Loading

0 comments on commit 1b5f4f5

Please sign in to comment.