]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadeshyp <hadeshyp>
Mon, 22 Aug 2011 18:37:54 +0000 (18:37 +0000)
committerhadeshyp <hadeshyp>
Mon, 22 Aug 2011 18:37:54 +0000 (18:37 +0000)
trbnetd/Makefile

index c14af7e9c18204c4fb0a306efce6961229a10252..032d3932361ad743dee7d01902bcc36b307d889e 100644 (file)
@@ -19,7 +19,7 @@ LD = $(CC)
 #LD = $(CXX)
 
 LDFLAGS = 
-LIBDIR = -L../libtrbnet
+LIBDIR = -L.
 LOADLIBES = -ltrbnet
 
 # ------------ TARGETS -------------------------------------------------