aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-13 23:26:33 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-14 00:30:06 +0200
commit537b59e3e1a064c96042d75180a851f411b4a4a0 (patch)
treebfcd9b480c5aec09537c334b6a7cbfdc69ec97b2
parentd7389cb230822b34805f7ab63dd55ab33179e813 (diff)
downloadembedlog-537b59e3e1a064c96042d75180a851f411b4a4a0.tar.gz
embedlog-537b59e3e1a064c96042d75180a851f411b4a4a0.tar.bz2
embedlog-537b59e3e1a064c96042d75180a851f411b4a4a0.zip
include: create embedlog.h.in and generate embedlog.h with it
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--include/Makefile.am3
-rw-r--r--include/embedlog.h.in (renamed from include/embedlog.h)0
2 files changed, 3 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 250916f..8a1b55a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1 +1,4 @@
include_HEADERS = embedlog.h
+
+embedlog.h:
+ cp embedlog.h.in $@
diff --git a/include/embedlog.h b/include/embedlog.h.in
index 524956a..524956a 100644
--- a/include/embedlog.h
+++ b/include/embedlog.h.in