From 92ba92a9517650fc6cfe4a8e3a4f34f7ab3e8eda Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 5 Jan 2023 18:13:58 +0100 Subject: Fixed Makefile: archive.h was missing from install list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 391c626..66193de 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ PROGSRC=\ url.cpp SRC=$(PROGSRC) -HEADERS=$(PROGSRC:.cpp=.h) +HEADERS=$(PROGSRC:.cpp=.h) archive.h all: staticlib sharedlib -- cgit v1.2.3