From e6ea95100f2028891450af7b6b6830f0e01ee13d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 12:09:16 +0200 Subject: build: rebuild .pc files when configure status changed Signed-off-by: Jan Engelhardt --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 35bfbe2..6d5b8dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ DIST_SUBDIRS = src include examples pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmnl.pc +${pkgconfig_DATA}: ${top_builddir}/config.status + $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -- cgit v1.2.3