summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5376911..0f24883 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -59,9 +59,9 @@ $(LIB): $(OBJS)
ar r $@ $^
install: $(LIB)
- mkdir -pm755 $(HDRDIR)
+ mkdir -pm755 $(HDRDIR)/zap
mkdir -pm755 $(LIBDIR)
- install -Dm644 zap/include/zap.h $(HDRDIR)
+ install -Dm644 zap/include/zap/base.h $(HDRDIR)/zap
install -Dm755 $(LIB) $(LIBDIR)/$(LIB)
clean: