Skip to content

Commit

Permalink
Add missing files in the tarball distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed May 23, 2024
1 parent 1421b87 commit 511937d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ options.h pass.h Server.h fqan.h doio.h \
vomsxml.h errors.h log.h sslutils.h normalize.h \
listfunc.h credentials.h newformat.h proxycertinfo.h proxypolicy.h \
acstack.h validate.h ccac.h init.h ccwrite.h getopts.h replace.h dbwrap.h \
stamp-h.in stamp-h1.in
stamp-h.in stamp-h1.in ssl_compat.h

MAINTAINERCLEANFILES = Makefile.in
2 changes: 1 addition & 1 deletion src/sslutils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SOURCES= scutils.c scutils.h sslutils.c proxycertinfo.c proxypolicy.c \

EXTRA_DIST = namespaces.l namespaces.y namespaces.h \
signing_policy.y signing_policy.l signing_policy.h \
parsertypes.h
parsertypes.h lexparse.h

evaluate.$(OBJEXT): signing_policy.h namespaces.h parsertypes.h evaluate.c

Expand Down
2 changes: 1 addition & 1 deletion src/utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ voms_proxy_fake_SOURCES = \
vomsparser.c \
lex.yy.c

EXTRA_DIST = vomsfake.y vomsparser.l vomsparser.h fakeparsertypes.h
EXTRA_DIST = vomsfake.y vomsparser.l vomsparser.h fakeparsertypes.h lexparse.h

vomsfake.$(OBJEXT): vomsparser.h

Expand Down

0 comments on commit 511937d

Please sign in to comment.