diff --git a/pam_usb/Makefile b/pam_usb/Makefile index 86579ca..dc06484 100644 --- a/pam_usb/Makefile +++ b/pam_usb/Makefile @@ -1,5 +1,5 @@ DEBUG := no -SRCS := src/test.c \ +SRCS := src/pusb_check.c \ src/conf.c \ src/log.c \ src/xpath.c \ diff --git a/pam_usb/src/test.c b/pam_usb/src/pusb_check.c similarity index 100% rename from pam_usb/src/test.c rename to pam_usb/src/pusb_check.c