autfilt: move output functions to a separate file
* src/bin/common_aoutput.cc, src/bin/common_aoutput.hh: New files... * src/bin/autfilt.cc: ... extracted from here. * src/bin/Makefile.am: Add them.
This commit is contained in:
parent
bbf019a450
commit
36f995651e
4 changed files with 299 additions and 184 deletions
|
|
@ -26,6 +26,8 @@ LDADD = libcommon.a $(top_builddir)/lib/libgnu.la ../libspot.la
|
|||
|
||||
noinst_LIBRARIES = libcommon.a
|
||||
libcommon_a_SOURCES = \
|
||||
common_aoutput.cc \
|
||||
common_aoutput.hh \
|
||||
common_cout.hh \
|
||||
common_cout.cc \
|
||||
common_finput.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue