From 4913850a10bf250d15c49e3ae6581ccb276e0858 Mon Sep 17 00:00:00 2001 From: Daniel Danzberger Date: Wed, 18 Dec 2019 03:27:18 +0100 Subject: [PATCH] Add install include files to automake Signed-off-by: Daniel Danzberger --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1c5d6ee1..432f8a1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in +libbbfdm_includedir = $(includedir)/libbbfdm +libbbfdm_tr181_includedir = $(libbbfdm_includedir) +libbbfdm_include_HEADERS = *.h +libbbfdm_tr181_include_HEADERS = dmtree/tr181/*.h + SUBDIRS = bin