Move bdd_allocator to src/priv/.

* src/misc/bddalloc.cc, src/misc/bddalloc.hh,
src/misc/freelist.cc, src/misc/freelist.hh: Move ...
* src/priv/bddalloc.cc, src/priv/bddalloc.hh,
src/priv/freelist.cc, src/priv/freelist.hh: ... here.
* src/misc/Makefile.am, src/priv/Makefile.am: Adjust.
* src/tgba/bdddict.cc: Adjust include.
* src/tgbaalgos/ltl2tgba_fm.cc: Remove useless include.
This commit is contained in:
Alexandre Duret-Lutz 2013-06-24 23:45:06 +02:00
parent 9775dfdd4b
commit 1ed43038e8
8 changed files with 21 additions and 17 deletions

View file

@ -22,10 +22,15 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(VISIBILITY_CXXFLAGS)
noinst_HEADERS = \
acccompl.hh \
accconv.hh
accconv.hh \
bddalloc.hh \
freelist.hh
noinst_LTLIBRARIES = libpriv.la
libpriv_la_SOURCES = \
acccompl.cc \
accconv.cc
accconv.cc \
bddalloc.cc \
freelist.cc