]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tools/Makefile.in
Restructure tree.c + misc
[bacula/bacula] / bacula / src / tools / Makefile.in
index 739c71f43c9ca21358d238e96414a77f14332934..41bebb8eca354a2d9c083ba799a39967991c26ff 100644 (file)
@@ -43,18 +43,18 @@ all: Makefile bsmtp dbcheck testfind testls
        @echo " "
 
 bsmtp: bsmtp.o ../lib/libbac.a        
-       $(CXX) $(LDFLAGS) -L../lib -o $@ bsmtp.o -lbac -lm $(LIBS) $(DLIB)
+       $(CXX) $(LDFLAGS) -L../lib -o $@ bsmtp.o -lbac -lm $(DLIB) $(LIBS) 
 
 dbcheck: dbcheck.o ../lib/libbac.a ../cats/libsql.a $(DIRCONFOBJS)
-       $(CXX) $(LDFLAGS) -L../lib -L../cats -o $@ dbcheck.o $(DIRCONFOBJS) -lsql -lbac -lm $(LIBS) $(DB_LIBS)
+       $(CXX) $(LDFLAGS) -L../lib -L../cats -o $@ dbcheck.o $(DIRCONFOBJS) -lsql -lbac -lm $(DB_LIBS) $(LIBS) 
 
 testfind: ../findlib/libfind.a ../lib/libbac.a $(FINDOBJS)
        $(CXX) -g $(LDFLAGS) -L. -L../lib -L../findlib -o $@ $(FINDOBJS) \
-         $(LIBS) $(DLIB) -lfind -lbac -lm
+         $(DLIB) -lfind -lbac -lm $(LIBS) 
 
 testls: ../findlib/libfind.a ../lib/libbac.a testls.o
        $(CXX) -g $(LDFLAGS) -L. -L../lib -L../findlib -o $@ testls.o \
-         $(LIBS) $(DLIB) -lfind -lbac -lm
+         $(DLIB) -lfind -lbac -lm $(LIBS) 
 
 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
        cd $(topdir) \