diff options
author | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
commit | 823761df28ad31cde8a071125b177f49494d804a (patch) | |
tree | 9e063f7eb4d5ad48039e957f0ec7d5c70fcefe0d /lib/Makefile.am | |
parent | 69d9cab0c415837552a84f17366356e9571fdbda (diff) |
Exceptions...
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f5b1cfb..9778018 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,6 +8,6 @@ lib_LTLIBRARIES = libBaltisot.la libBaltisot_la_SOURCES = Exceptions.cc Handle.cc Output.cc String.cc\ Socket.cc Input.cc HttpServ.cc Variables.cc Action.cc Menu.cc Message.cc\ Form.cc Confirm.cc Table.cc checkargs.c datecalc.c IRC.cc Task.cc Buffer.cc\ - CopyJob.cc ReadJob.cc Regex.cc + CopyJob.cc ReadJob.cc Regex.cc TaskMan.cc libBaltisot_la_LDFLAGS = -release $(Baltisot_VERSION_INFO) |