Merge pull request #36 from rmntgx/master

fix: removed unnecessary libraries
This commit is contained in:
javalsai 2025-06-08 13:50:04 +02:00 committed by GitHub
commit 511d35a7c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ CFLAGS?=-O3 -Wall
_CFLAGS=-I$(DIR) _CFLAGS=-I$(DIR)
ALLFLAGS=$(CFLAGS) -I$(IDIR) 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 = util.h ui.h config.h auth.h efield.h keys.h users.h sessions.h chvt.h
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS)) DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))