Strip programs installed by automake.
This commit is contained in:
parent
4410e64474
commit
a9b60c64cf
4
app/Makefile.inc
Normal file
4
app/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
||||
.if exists(Makefile.am)
|
||||
install:
|
||||
exec ${MAKE_ENV} ${MAKE} install-strip
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user