diff --git a/gopam.c b/golang-pam.c similarity index 100% rename from gopam.c rename to golang-pam.c diff --git a/gopam.h b/golang-pam.h similarity index 100% rename from gopam.h rename to golang-pam.h diff --git a/pam.go b/pam.go index 9c21037..82de43e 100644 --- a/pam.go +++ b/pam.go @@ -1,9 +1,9 @@ // Package pam provides a wrapper for the application layer of the // Pluggable Authentication Modules library. -package gopam +package pam import ( - //#include "gopam.h" + //#include "golang-pam.h" //#cgo LDFLAGS: -lpam "C" "unsafe" diff --git a/pamdefs.go b/pamdefs.go index 0b1ee58..06fbd79 100644 --- a/pamdefs.go +++ b/pamdefs.go @@ -2,7 +2,7 @@ // MACHINE GENERATED - DO NOT EDIT. -package gopam +package pam // Constants const (