diff options
author | pixel <pixel> | 2003-12-15 19:25:02 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-15 19:25:02 +0000 |
commit | 7b19da63b30ccac0eb2dff3d46de5a94f83909e3 (patch) | |
tree | afabb7a8cc2368748d36b4568408621242dc918b /lib | |
parent | 9296144508ae4a98fb43e4b206aa9d83cdf040e3 (diff) |
Little fix
Diffstat (limited to 'lib')
-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 fa3e234..af41ae2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -AM_CPPFLAGS = -O3 -Wall -Wstrict-prototypes -g @MYSQL_CFLAGS@ +AM_CPPFLAGS = -O3 -Wall -Wstrict-prototypes -g @MYSQL_CFLAGS@ -fexceptions LIBS = @MYSQL_LIBS@ INCLUDES = -I.. -I../include -I$(includedir) -Ilua/include -Ilua/includes lib_LTLIBRARIES = libBaltisot.la |