Commit b121300f authored by Mike Gabriel's avatar Mike Gabriel

Remove duplicate install of nxproxy from main Makefile. Spotted by Jan Engelhard.

parent 39e84229
......@@ -58,8 +58,6 @@ install-lite:
$(INSTALL_PROGRAM) bin/$$f $(DESTDIR)$(BINDIR); done
for d in nxcomp nxproxy; do \
$(MAKE) -C $$d install; done
$(INSTALL_DIR) $(DESTDIR)$(NXLIBDIR)/bin
$(INSTALL_PROGRAM) nxproxy/nxproxy $(DESTDIR)$(NXLIBDIR)/bin
install-full:
for f in nxagent nxauth x2goagent; do \
......
nx-libs (2:3.5.0.18-0) UNRELEASED; urgency=low
* Continue development...
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan
Engelhard.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 04 Jan 2013 13:27:05 +0100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment