diff options
author | Pixel <pixel@nobis-crew.org> | 2009-05-25 03:26:59 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-05-25 03:26:59 +0000 |
commit | 213191f4e068d76e102b16774a20ae73133cc6a8 (patch) | |
tree | 735f9c5744ca4e52d3269b7c0f8ec4dc5af62afd | |
parent | e0656f4abdc417e798e519894dde4a5bc3d8a096 (diff) |
libucl isn't that much common, let's compile it statically.
-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 |