Strip programs installed by automake.

This commit is contained in:
matthieu 2007-04-07 15:10:35 +00:00
parent 4410e64474
commit a9b60c64cf

4
app/Makefile.inc Normal file
View File

@ -0,0 +1,4 @@
.if exists(Makefile.am)
install:
exec ${MAKE_ENV} ${MAKE} install-strip
.endif