* 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:
Alexandre Duret-Lutz 2004-10-20 15:50:52 +00:00
parent 094ddca665
commit 4defec66b4
4 changed files with 70 additions and 0 deletions

View file

@ -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 \