Add git commit version info
This commit is contained in:
+6
-2
@@ -1,4 +1,8 @@
|
||||
EXTRA_DIST = wrap-compiler-for-flag-check
|
||||
EXTRA_DIST = wrap-compiler-for-flag-check mosh.pl
|
||||
if BUILD_CLIENT
|
||||
dist_bin_SCRIPTS = mosh
|
||||
bin_SCRIPTS = mosh
|
||||
endif
|
||||
CLEANFILES = $(bin_SCRIPTS)
|
||||
|
||||
mosh: mosh.pl ../VERSION Makefile
|
||||
@sed -e "s/\@VERSION\@/`cat ../VERSION`/" -e "s/\@PACKAGE_STRING\@/@PACKAGE_STRING@/" $(srcdir)/mosh.pl > mosh
|
||||
|
||||
Reference in New Issue
Block a user