From 4a363f56c230f7c16e5f1fa82634b88bbabcc864 Mon Sep 17 00:00:00 2001 Message-Id: <4a363f56c230f7c16e5f1fa82634b88bbabcc864.1714192286.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] Makefile.am: Some reformatting. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3c2c7f6f..e00e796b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ SUBDIRS += contrib SUBDIRS += t ###-------------------------------------------------------------------------- -### The pkg-config file. +### Package-configuration file. pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = tripe.pc @@ -94,7 +94,7 @@ tripe.pc: tripe.pc.in Makefile mv $@.new $@ ###-------------------------------------------------------------------------- -### Release tweaking. +### Distribution. ## Distcheck tweaks. DISTCHECK_TUNNELS = slip -- [mdw]