X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=30fa7a9a7b44b112d11c3095e7a74449d591d23f;hp=03cf3aa115aba214f830742ab4a604312d891ccb;hb=ea4829e265bd45b9c1b8556463d10ee1e082c6ce;hpb=6ce000e7212d9f5db6e5998c41df15bcad2022c8 diff --git a/src/Makefile b/src/Makefile index 03cf3aa..30fa7a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,7 +41,7 @@ DEF = -DREALTYPE=$(REALTYPE) ## Only link with things we care about ifeq ($(QUADTREE),enabled) - OBJ := $(OBJ) quadtree.o + OBJ := $(OBJ) else DEF := $(DEF) -DQUADTREE_DISABLED endif