From 0bedc637eddd92913590f82068adb234352a167a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 27 Jan 2016 11:51:04 +0100 Subject: [PATCH] build: add "shared" files to EXTRA_DIST --- shared/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/Makefile.am b/shared/Makefile.am index f0a1dba963..03fad123fd 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -3,8 +3,10 @@ EXTRA_DIST = \ nm-dbus-compat.h \ nm-default.h \ nm-glib.h \ - nm-test-utils.h \ nm-macros-internal.h \ + nm-test-libnm-utils.h \ + nm-test-utils.h \ + nm-test-utils-impl.c \ nm-version-macros.h.in CLEANFILES=nm-version.h