mirror of
https://github.com/fairyglade/ly
synced 2024-11-16 00:12:58 +00:00
removed static libs option in micmak
This commit is contained in:
parent
dbb8753ebf
commit
f82b220eb8
3
makefile
3
makefile
@ -12,7 +12,6 @@ INCD := src
|
||||
BIND := build
|
||||
OBJD := obj
|
||||
DEPD := dep
|
||||
LIBD := lib
|
||||
LIBS := -lform -lncurses -lpam -lpam_misc -lX11
|
||||
LIBSUSR = -L/usr/lib/security -l:pam_loginuid.so
|
||||
|
||||
@ -25,7 +24,7 @@ OBJS := $(patsubst $(SRCD)/%.c,$(OBJD)/%.o,$(SRCS))
|
||||
DEPS := $(patsubst $(SRCD)/%.c,$(DEPD)/%.d,$(SRCS))
|
||||
|
||||
CXXFLAGS := -Wall -g -I$(INCD)
|
||||
LDDFLAGS := -L$(LIBD) $(LIBS)
|
||||
LDDFLAGS := $(LIBS)
|
||||
|
||||
.PHONY: all install uninstall clean distclean
|
||||
.PRECIOUS: $(DEPD)/%.d
|
||||
|
Loading…
Reference in New Issue
Block a user