summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-10 19:08:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-10 19:08:49 +0000
commitb5aa13a47b66955a5198da1f88e1f93f09306a84 (patch)
treee5bcd583e0fbf9c24a4ba8ebfdf5077e1aba590d /Makefile
parentfde2ab38d0a3f6f6f1aeb91ad3602d63180bdec9 (diff)
downloadiconv-b5aa13a47b66955a5198da1f88e1f93f09306a84.tar.gz
iconv-b5aa13a47b66955a5198da1f88e1f93f09306a84.tar.bz2
Test driver for library initialisation/finalisation
svn path=/trunk/iconv/; revision=5679
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c02248..66f5a66 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ CFLAGS = -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS)
RELEASECFLAGS = $(CFLAGS) -DNDEBUG -O2
DEBUGCFLAGS = $(CFLAGS) -O0 -g
ARFLAGS := -cru
-LDFLAGS = -L$(TOP)/
+LDFLAGS = -L$(TOP)/ -L$(TOP)/unicode/lib/
CPFLAGS :=
RMFLAGS := -f