fix: removed unnecessary libraries

This commit is contained in:
rmntgx
2025-06-07 12:11:30 +05:00
committed by javalsai
parent a846c1b4c9
commit d13ebfff4e

View File

@@ -10,7 +10,7 @@ CFLAGS?=-O3 -Wall
_CFLAGS=-I$(DIR)
ALLFLAGS=$(CFLAGS) -I$(IDIR)
LIBS=-lm -lpam -lpam_misc
LIBS=-lpam
_DEPS = util.h ui.h config.h auth.h efield.h keys.h users.h sessions.h chvt.h
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))