summaryrefslogtreecommitdiff
path: root/contrib/c-bindings/build-gfctest.sh
diff options
context:
space:
mode:
authorkevin.kofler <kevin.kofler@chello.at>2010-05-16 19:43:44 +0000
committerkevin.kofler <kevin.kofler@chello.at>2010-05-16 19:43:44 +0000
commitee1c4199794723c0500368c0075bc7e4624a7fbc (patch)
tree6bca0ea39921453644f6f28053c5c86c8ebf5cf3 /contrib/c-bindings/build-gfctest.sh
parent2e6512e3fd9e9b1c612fe36be1c75d7ed4146fa5 (diff)
Reimplement a lexer in C for the C bindings not to depend on GF.Text.Lexing for now.
Diffstat (limited to 'contrib/c-bindings/build-gfctest.sh')
-rw-r--r--contrib/c-bindings/build-gfctest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/c-bindings/build-gfctest.sh b/contrib/c-bindings/build-gfctest.sh
index c0929d517..e8cbdfea4 100644
--- a/contrib/c-bindings/build-gfctest.sh
+++ b/contrib/c-bindings/build-gfctest.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# GF C Bindings
-# Copyright (C) 2008-2009 Kevin Kofler
+# Copyright (C) 2008-2010 Kevin Kofler
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -17,4 +17,4 @@
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
ghc --make -fglasgow-exts -O2 -no-hs-main $* -c PGFFFI.hs &&
-ghc --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c PGFFFI.hs -o gfctest
+ghc --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c gf_lexing.c PGFFFI.hs -o gfctest