diff --git a/Makefile b/Makefile
index 1351be294e29137f4d3ecbd503ac264307f3279f..614dcd2251231ed2ae7047cb601d88b4d7bbf5bc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: mkdirs
 	cd corrvir		; $(MAKE) install
 	cd raytime		; $(MAKE) install
 	cd MDD			; $(MAKE) install
-	cd zfp			; $(MAKE) 
+	cd zfp			; $(MAKE) install
 	cd fdacrtmc		; $(MAKE) install
 
 
diff --git a/marchenko3D/Makefile b/marchenko3D/Makefile
index 3afe49a69b1b3c2430dde18f665ddec80cbd616d..0bd671993adda8c7504fbf9be2b5794d33e94644 100644
--- a/marchenko3D/Makefile
+++ b/marchenko3D/Makefile
@@ -2,7 +2,8 @@
 
 include ../Make_include
 
-LIBS    += -L$L -lgenfft -lm $(LIBSM)
+LIBS    += -L$L -lgenfft -lzfp -lm $(LIBSM)
+CFLAGS  += 
 #OPTC += -g -O0 -Wall 
 
 #ALL: fmute marchenko marchenko2
diff --git a/zfp/Makefile b/zfp/Makefile
index cc696640144c360aa1126111ed47430a17795dbf..1f73d1047f2d720d0fa03fb8136b22248467a9f4 100644
--- a/zfp/Makefile
+++ b/zfp/Makefile
@@ -44,6 +44,9 @@ ifneq ($(BUILD_EXAMPLES),0)
 	@cd examples; $(MAKE) clean all
 endif
 
+install:
+	-cp -rp include/* $I
+	-cp -rp lib/* $L
 
 # run basic regression tests
 test: