Skip to content

Commit

Permalink
Makefile.am: install lib/xsha1.h
Browse files Browse the repository at this point in the history
lib/charset.h is installed and it #includes xsha1.h

xsha1.h includes "lib/assert.h", so assert.h has to be installed
under include/cyrus/lib/assert.h .
  • Loading branch information
dilyanpalauzov committed Aug 26, 2023
1 parent 6c852ba commit 42bb8eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ includedir=@includedir@/cyrus
include_HEADERS = \
lib/acl.h \
lib/arrayu64.h \
lib/assert.h \
lib/auth.h \
lib/auth_pts.h \
lib/bitvector.h \
Expand Down Expand Up @@ -815,12 +814,16 @@ include_HEADERS = \
lib/vparse.h \
lib/wildmat.h \
lib/xmalloc.h \
lib/xunlink.h
lib/xunlink.h \
lib/xsha1.h

nodist_include_HEADERS = \
lib/imapopts.h

nobase_include_HEADERS = sieve/sieve_interface.h
nobase_include_HEADERS = \
sieve/sieve_interface.h \
lib/assert.h

nobase_nodist_include_HEADERS = sieve/sieve_err.h

noinst_HEADERS += \
Expand All @@ -831,7 +834,6 @@ noinst_HEADERS += \
lib/prot.h \
lib/ptrarray.h \
lib/util.h \
lib/xsha1.h \
lib/xstrlcat.h \
lib/xstrlcpy.h \
lib/xstrnchr.h
Expand Down

0 comments on commit 42bb8eb

Please sign in to comment.