diff options
-rw-r--r-- | app/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Makefile.inc b/app/Makefile.inc new file mode 100644 index 000000000..5a0e10593 --- /dev/null +++ b/app/Makefile.inc @@ -0,0 +1,4 @@ +.if exists(Makefile.am) +install: + exec ${MAKE_ENV} ${MAKE} install-strip +.endif |