summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-10 15:30:53 +0000
committerPixel <Pixel>2001-12-10 15:30:53 +0000
commitdfe6f0caffcf811e246c3950623c4a269901b384 (patch)
treee829cb8577a9850f2a1396f2b832b65f3bf1d823
parent1efb1f34106be8b383f1edea9bd0fd608ac7faeb (diff)
Beautify makefile
-rw-r--r--lib/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a2f0930..09bdfb9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -5,9 +5,9 @@ AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes
INCLUDES = -I. -I.. -I$(includedir) -I../include
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 TaskMan.cc InPipe.cc OutPipe.cc Image.cc
+libBaltisot_la_SOURCES = Action.cc Buffer.cc checkargs.c Confirm.cc CopyJob.cc \
+datecalc.c Exceptions.cc Form.cc Handle.cc HttpServ.cc Image.cc InPipe.cc \
+Input.cc IRC.cc Menu.cc Message.cc OutPipe.cc Output.cc ReadJob.cc Regex.cc \
+Socket.cc String.cc Table.cc Task.cc TaskMan.cc Variables.cc
libBaltisot_la_LDFLAGS = -release $(Baltisot_VERSION_INFO)