summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-05 18:13:58 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-05 18:13:58 +0100
commit92ba92a9517650fc6cfe4a8e3a4f34f7ab3e8eda (patch)
tree14dbf5e43fa6770bb67fdba829568f7665875926 /Makefile
parentcdf2c1132ec9a12ea6d91c8deb1700c1a590c18d (diff)
Fixed Makefile: archive.h was missing from install list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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