From: Marten Richter Date: Sun, 18 Nov 2012 12:32:31 +0000 (+0100) Subject: Makefile fix, thanks to davep for reporting this issue X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=cac1a432e66b91bdecbbba2f23d4ab98bf130a79;p=vompclient-marten.git Makefile fix, thanks to davep for reporting this issue --- diff --git a/GNUmakefile b/GNUmakefile index f759c16..e52ff4d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -75,7 +75,7 @@ default: dev fresh: clean default vompclient: $(OBJECTS) $(TIOBJECT) $(CROSSLIBS) - $(LD) $(LDFLAGS) $(LIBPATHS) $(RELEASE) -o vompclient $(TIOBJECT) $(OBJECTS) $(CROSSLIBS) $(LIBS) + $(LD) $(LDFLAGS) $(LIBPATHS) $(RELEASE) $(vomp_options) -o vompclient $(TIOBJECT) $(OBJECTS) $(CROSSLIBS) $(LIBS) # A slight hash up ticonfig.o: