summaryrefslogtreecommitdiff
path: root/Unicode
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2008-12-23 21:02:42 +0000
committerpfaedit <pfaedit>2008-12-23 21:02:42 +0000
commit01e077163cbf6821fb0a326b3329e1943f334d30 (patch)
tree44d3ff8e10f8375d3875ece48b603954cbf3070c /Unicode
parent6078e5474a814b92acf0dda1eccd84aa6f36c182 (diff)
Someone tells me that ff doesn't build if configure isn't run from the source directory. I wonder if adding "-I../inc" to CFLAGS will fix that.
Diffstat (limited to 'Unicode')
-rw-r--r--Unicode/Makefile.dynamic.in2
-rw-r--r--Unicode/Makefile.static.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Unicode/Makefile.dynamic.in b/Unicode/Makefile.dynamic.in
index b1d7dbea..3138f35d 100644
--- a/Unicode/Makefile.dynamic.in
+++ b/Unicode/Makefile.dynamic.in
@@ -18,7 +18,7 @@ libgunicode_OBJECTS = ArabicForms.lo alphabet.lo backtrns.lo char.lo \
cjk.lo memory.lo ucharmap.lo unialt.lo ustring.lo utype.lo \
usprintf.lo gwwiconv.lo
-Incs = -I$(top_srcdir)/inc -I/usr/pkg/include -I/usr/pkg/include/giflib
+Incs = -I$(top_srcdir)/inc -I../inc -I/usr/pkg/include -I/usr/pkg/include/giflib
CFLAGS = @CFLAGS@ @CPPFLAGS@ $(Incs) @WFLAGS@ @DEFS@
../libgunicode.la: $(libgunicode_OBJECTS)
diff --git a/Unicode/Makefile.static.in b/Unicode/Makefile.static.in
index 16cfbfb7..50514a3f 100644
--- a/Unicode/Makefile.static.in
+++ b/Unicode/Makefile.static.in
@@ -12,7 +12,7 @@ RANLIB = @RANLIB@
libgunicode_OBJECTS = ArabicForms.o alphabet.o backtrns.o char.o \
cjk.o memory.o ucharmap.o unialt.o ustring.o utype.o usprintf.o gwwiconv.o
-Incs = -I$(top_srcdir)/inc -I/usr/pkg/include -I/usr/pkg/include/giflib
+Incs = -I$(top_srcdir)/inc -I../inc -I/usr/pkg/include -I/usr/pkg/include/giflib
CFLAGS = @CFLAGS@ @CPPFLAGS@ $(Incs) @WFLAGS@ @DEFS@
all: ../libs/libgunicode.a