From: Rafał Długołęcki Date: Mon, 29 Jul 2013 20:56:10 +0000 (+0200) Subject: vlp-9 Added automatically linking in make, loglan compiler and linker. X-Git-Tag: 3.1~4^2 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=2c38d69f82d9b4a14245ebbde7d855b59f0e9848 vlp-9 Added automatically linking in make, loglan compiler and linker. --- diff --git a/Makefile.am b/Makefile.am index b346c87..2a7a542 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,13 +147,13 @@ all-local: doxyfile.stamp ln -fs ../logint bin/modules/ ln -fs ../logcomp bin/compile/ ln -fs ../lgconfig bin/config/ + ln -fs ../../doc/install/inst/loglan bin/compile/ + ln -fs ../../doc/install/inst/gen bin/compile/ cp doc/vlp.cfg.sample bin/vlp.cfg cp -r doc/examples/* bin/examp/ cp doc/install/inst/close.bmp bin/pics/ cp doc/install/inst/logo.bmp bin/config/ -# cp inst/loglan $(INSTALLDIR)/compile -# cp inst/gen $(INSTALLDIR)/compile clean-am: \ clean-loggraph-extra \ clean-lognet-extra \