From 131f935c49e09a25ddb4109fdac5313d256d0ee4 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Mon, 26 Dec 2011 16:47:19 -0600 Subject: [PATCH] build-sys: re-enable 'dist' build The 'build-sys: re-enable out of tree build' commit failed to also address the 'dist' target errors. --- include/Makefile.am | 1 + proc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 560eb778..9c2a03c5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,5 @@ dist_noinst_HEADERS = \ c.h \ nls.h \ + strutils.h \ xalloc.h diff --git a/proc/Makefile.am b/proc/Makefile.am index f76d96cd..e90cfd6c 100644 --- a/proc/Makefile.am +++ b/proc/Makefile.am @@ -16,7 +16,7 @@ libprocps_la_LDFLAGS = \ -no-undefined \ -Wl,--version-script=$(top_srcdir)/proc/libprocps.sym -EXTRA_DIST = library.map +EXTRA_DIST = libprocps.sym pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libprocps.pc