Makefile: move OS-specific libs to configure script
This commit is contained in:
parent
95665e437b
commit
2ea3d46f13
3 changed files with 9 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ COM =\
|
|||
|
||||
SLSCFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE $(CFLAGS)
|
||||
SLSLDFLAGS = -L$(X11LIB) $(LDFLAGS)
|
||||
SLSLIBS = -lX11 $(OSSLIBS) $(LIBS)
|
||||
SLSLIBS = -lX11 $(OSLIBS) $(LIBS)
|
||||
|
||||
all: slstatus
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue