summaryrefslogtreecommitdiff
path: root/shell/source
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
commitc49760631f011425d0aa58723126f41c41d49fb8 (patch)
tree72826a0f5e138c2a2a262a85396378f9ff94cf08 /shell/source
parent3c31e2b2b25af61e7128582d8b213791486ef5bd (diff)
Porting LO to Dragonfly
Diffstat (limited to 'shell/source')
-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 c4f3d9c49551..6ad3797e6521 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