Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies to README and fix Makefile #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aceresia
Copy link

No description provided.

@aceresia
Copy link
Author

I had to search around for the dependencies and the exact command to run so I could compile this project. I think these edits make the process much easier.

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

@jessespears
Copy link
Member

The dependencies are helpfully buried in debian/control. I agree this makes it easier to build pam-ussh.

@@ -4,7 +4,7 @@ NEED_SYMLINK := $(shell if ! stat -q .go/src/pam-ussh 2>&1 > /dev/null ; then ec
module: test
GOPATH=${PWD}/.go go build -buildmode=c-shared -o ${MODULE}.so

test: *.go .go/src
test: .go/src *.go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What issue does this solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants