diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ ifeq ($(DISTRIB),Debian) endif ifeq ($(DISTRIB),Debian) HAVES = -DHAVE_UCL -LDFLAGS = -lucl +LDFLAGS = /usr/lib/libucl.a endif endif SHARED_FLAGS=-shared |