From 7b19da63b30ccac0eb2dff3d46de5a94f83909e3 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 15 Dec 2003 19:25:02 +0000 Subject: Little fix --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3