From bab7dfdf68075b345e4de3ae79ea685ca884668f Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Tue, 17 Oct 2017 02:39:07 -0700 Subject: Move around and fscrypt refactor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 570936b..cbbaea7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ PAM_CONFIG_DIR ?= /usr/share/pam-configs PKG_DIR = github.com/google/$(NAME) CMD_PKG = $(PKG_DIR)/cmd/$(NAME) -EXT4_PKG =$(PKG_DIR)/ext4 +EXT4_PKG =$(PKG_DIR)/cmd/ext4 PAM_PKG = $(PKG_DIR)/$(PAM_NAME) SRC_FILES = $(shell find . -type f -name '*.go' -o -name "*.h" -o -name "*.c") -- cgit v1.2.3