From 4ecb25ccb4bc3da7f2cf9d91e675153149c5cfa8 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 28 Feb 2019 16:06:06 +0100 Subject: [PATCH] reclaim-attribute: include header in dist sources --- src/reclaim-attribute/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reclaim-attribute/Makefile.am b/src/reclaim-attribute/Makefile.am index 7db2925b1..e53f527b3 100644 --- a/src/reclaim-attribute/Makefile.am +++ b/src/reclaim-attribute/Makefile.am @@ -20,6 +20,7 @@ lib_LTLIBRARIES = \ libgnunetreclaimattribute.la libgnunetreclaimattribute_la_SOURCES = \ + reclaim_attribute.h \ reclaim_attribute.c libgnunetreclaimattribute_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ -- 2.25.1