From 069d73d2dd287c93e16392533685b77296a27392 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 14 Oct 2010 21:41:56 +0200 Subject: [PATCH] src/Makefile: Print some useful information after a successful built. --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 1c3f4b2..217c1cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,5 +44,12 @@ l2l_features.h: l2l_features.h.in ../version -e "s/@L2L_VERSION_STRING@/$$VERSION_STRING/g" \ l2l_features.h.in > l2l_features.h +all-local: + @echo "" + @echo "$(PACKAGE_NAME) built successfully." + @echo "" + @echo "Run 'make install' to install the software into $(prefix)." + @echo "" + .PHONY: FORCE -- 2.30.2