Skip to content

Commit

Permalink
Merge pull request #131 from italiangrid/130-tarball-created-by-make-…
Browse files Browse the repository at this point in the history
…dist-is-missing-several-files

Clean the distribution tarball
  • Loading branch information
giacomini authored May 31, 2024
2 parents 1421b87 + 5dbe645 commit efd11d3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 646 deletions.
2 changes: 1 addition & 1 deletion m4/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AC_DEFUN([AC_BUILD_PARTS],
case "$withval" in
yes) build_clients="yes" ;;
no) build_clients="no" ;;
*) AC_MSG_ERROR([bad value $withval for --with-client]) ;;
*) AC_MSG_ERROR([bad value $withval for --with-clients]) ;;
esac
],
[ build_clients="$build_all" ])
Expand Down
1 change: 0 additions & 1 deletion src/client/vomsclient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ extern "C" {

extern "C"
{
//#include "myproxycertinfo.h"
#include "vomsproxy.h"
}

Expand Down
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
131 changes: 0 additions & 131 deletions src/include/myproxycertinfo.h

This file was deleted.

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
Loading

0 comments on commit efd11d3

Please sign in to comment.