aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-01-24 22:46:23 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-01-24 22:46:23 +0100
commitb9327f693244663018c5dbfba2f8c124889276fe (patch)
tree6e4f628889fac85029291fe46eeeabff22b99a91
parentb058d20b89db8db8bcb69e7bd097a7cbdd3b5582 (diff)
downloadembedlog-b9327f693244663018c5dbfba2f8c124889276fe.tar.gz
embedlog-b9327f693244663018c5dbfba2f8c124889276fe.tar.bz2
embedlog-b9327f693244663018c5dbfba2f8c124889276fe.zip
include/Makefile.am: do not distribute generated embedlog.h
This file must be generated on target system. Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 250916f..a664659 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1 +1 @@
-include_HEADERS = embedlog.h
+nodist_include_HEADERS = embedlog.h