mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix: removed unnecessary libraries
This commit is contained in:
parent
230c8558a7
commit
5263c48fe0
2
Makefile
2
Makefile
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user