summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-09 18:49:37 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-09 18:49:37 +0800
commit1b08418ebd952b5bb22d297239904988dcf30204 (patch)
treeb15654c65e0e446966ed0012466a7d0587dff20b
parentfc299c881e9273a0c4eeed2b27bc2d238fe00059 (diff)
downloadibus-hangul-1b08418ebd952b5bb22d297239904988dcf30204.tar.gz
Modify CFLAGS.
-rwxr-xr-xautogen.sh2
-rw-r--r--engine/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 14db0b1..9e533f0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,6 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
-export CFLAGS="-g -O0"
+export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 248962f..5b48170 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -45,6 +45,7 @@ _hangul_la_CFLAGS = \
_hangul_la_LDFLAGS = \
@HANGUL_LIBS@ \
+ @PYTHON_LIBS@ \
-rpath $(hanguldir) \
-avoid-version \
-module \