From 68d73e0b14ddbf72296da47305f24d44a3fda31e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Aug 2009 14:34:52 -0700 Subject: [PATCH] Add automake's --no-print-directory flag --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index d8ba4d8..d683d00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = gdbus gatchat include plugins src client tools scripts test doc +AM_MAKEFLAGS = --no-print-directory + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = connman.pc -- 2.7.4