* src/misc/bareword.hh, src/misc/bareword.cc: New files.
* src/misc/Makefile.am (libmisc_la_SOURCES, misc_HEADERS): Add them.
This commit is contained in:
parent
094ddca665
commit
4defec66b4
4 changed files with 70 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|||
miscdir = $(pkgincludedir)/misc
|
||||
|
||||
misc_HEADERS = \
|
||||
bareword.hh \
|
||||
bddalloc.hh \
|
||||
bddlt.hh \
|
||||
escape.hh \
|
||||
|
|
@ -36,6 +37,7 @@ misc_HEADERS = \
|
|||
|
||||
noinst_LTLIBRARIES = libmisc.la
|
||||
libmisc_la_SOURCES = \
|
||||
bareword.cc \
|
||||
bddalloc.cc \
|
||||
escape.cc \
|
||||
freelist.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue