summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-10 10:39:24 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-10 10:39:24 +0100
commit968c9d86ef61576fb730c24748de5dbcc25edd5b (patch)
treea49e5c49007a4a7792dff549924716d2c27bb778 /shell
parent90dbeb1fac3eb3ed56fa54943604a6df484f9843 (diff)
Porting LO to Dragonfly
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/misc/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk
index c4f3d9c495..6ad3797e65 100644
--- a/shell/source/unix/misc/makefile.mk
+++ b/shell/source/unix/misc/makefile.mk
@@ -68,7 +68,8 @@ APP1TARGET = gnome-open-url.bin
APP1OBJS = \
$(OBJ)$/gnome-open-url.obj
APP1LIBS =
-.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" && \
+ "$(OS)"!="DRAGONFLY"
APP1STDLIBS=-ldl
.ENDIF