diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-08 23:02:55 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-08 23:02:55 +0100 |
commit | 314f179d5adbe60677c57abde1194d201b7da0b9 (patch) | |
tree | 668d7b4bb482c5d80df03f8924f866bf3f7f51e6 /Makefile | |
parent | 189c8caacb8cf4b007fe8e1e806b70f9a7013730 (diff) |
Fixing UCL support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ ifeq ($(MACHINE),x86_64) ifeq ($(DISTRIB),Debian) #LDFLAGS_READLINE=/usr/lib32/libreadline.a /usr/lib32/libncurses.a endif +endif +ifeq ($(MACHINE),i686) ifeq ($(DISTRIB),Debian) HAVES = -DHAVE_UCL BASIC_LDFLAGS = /usr/lib/libucl.a |