trying with gui makefile changes

This commit is contained in:
Dhanya Maliakal
2017-06-29 09:27:26 +02:00
parent cfff7969e3
commit 21e1fcf693
8 changed files with 20 additions and 18 deletions

View File

@ -53,7 +53,8 @@ htmldoc:
cd manual && $(MAKE) html DESTDIR=$(DOCDIR)
$(PROG): Makefile.gui $(DIR)
./updateGitVersion.sh
echo $(DIR)
# ./updateGitVersion.sh
$(MAKE) -f Makefile.gui SLSDETLIB=$(LIBDIR) DESTDIR=$(DESTDIR) SUBLIBS='$(LDFLAGDET)' INCLUDES='$(INCLUDES)'
guiclient: