diff options
author | pixel <pixel> | 2003-08-21 16:49:52 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-08-21 16:49:52 +0000 |
commit | 23974eb093c83a5e6f7b1109e0f739ad7a870aac (patch) | |
tree | b3cabc2eae9dde5689e8182f06036fcb6c417c34 /lib/Makefile.am | |
parent | 567a5619d98b17276479055512a469f1571c4ab4 (diff) |
Starting MySQL code
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6719ad7..c843753 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,7 @@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -AM_CFLAGS = -O3 -Wall -Wstrict-prototypes -g -AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes -g +AM_CPPFLAGS = -O3 -Wall -Wstrict-prototypes -g @MYSQL_CFLAGS@ +LIBS = @MYSQL_LIBS@ INCLUDES = -I.. -I../include -I$(includedir) lib_LTLIBRARIES = libBaltisot.la @@ -9,4 +9,4 @@ libBaltisot_la_SOURCES = Action.cc Buffer.cc checkargs.c Confirm.cc CopyJob.cc \ datecalc.c Exceptions.cc Form.cc GMPString.cc Handle.cc HttpServ.cc Image.cc \ InPipe.cc Input.cc IRC.cc Main.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 generic.cc fileutils.cc +Variables.cc generic.cc fileutils.cc SQL.cc |