On Wed, Oct 19, 2011 at 09:37:52PM +0200, Michał Siejak wrote: > Hello. [...] > Source code is here: https://github.com/Nadrin/xlsh > Example screenshot is here: https://github.com/Nadrin/xlsh/wiki > > If any of you guys find it useful let me know. :) Constructive > criticism/peer review is more than welcome.
With this patch, your Makefile works with my make (GNU Make 3.81) Signed-off-by: Kurt Van Dijck <kurt.van.di...@eia.be> --- diff --git a/Makefile b/Makefile index a1d2b13..541ea3b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,8 @@ XLSHD_HEADERS = config.h libxlsh.h all: $(PROGRAMS) -xlsh: $(XLSH_OBJ) $(XLSH_LIBS) +xlsh: $(XLSH_OBJ) +xlsh: LDLIBS=$(XLSH_LIBS) xlshd: $(XLSHD_OBJ)