Include lib/ and config.h in ltlast/.
* src/ltlast/Makefile.am: Include lib/ in search path. * src/ltlast/atomic_prop.cc, src/ltlast/automatop.cc, src/ltlast/binop.cc, src/ltlast/bunop.cc, src/ltlast/constant.cc, src/ltlast/formula_tree.cc, src/ltlast/multop.cc, src/ltlast/nfa.cc, src/ltlast/refformula.cc, src/ltlast/unop.cc: Include config.h.
This commit is contained in:
parent
87b65b9bce
commit
228121c963
11 changed files with 34 additions and 20 deletions
|
|
@ -20,7 +20,8 @@
|
|||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. -I..
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. -I.. \
|
||||
-I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
ltlastdir = $(pkgincludedir)/ltlast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue