From: hadeshyp Date: Mon, 22 Aug 2011 18:37:54 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~137 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b4f456fca82db9487e9e54d532242a6a5872c099;p=trbnettools.git bugfix --- diff --git a/trbnetd/Makefile b/trbnetd/Makefile index c14af7e..032d393 100644 --- a/trbnetd/Makefile +++ b/trbnetd/Makefile @@ -19,7 +19,7 @@ LD = $(CC) #LD = $(CXX) LDFLAGS = -LIBDIR = -L../libtrbnet +LIBDIR = -L. LOADLIBES = -ltrbnet # ------------ TARGETS -------------------------------------------------