|
From: Zdenek S. <st...@us...> - 2016-02-24 20:39:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ipmitool".
The branch, master has been updated
via 909fc7815c1e469cd260b54e3c118ff01b19508a (commit)
from 65ea078bdf71475ce1123ba612c0eed79f5577b1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 909fc7815c1e469cd260b54e3c118ff01b19508a
Author: Zdenek Styblik <st...@tu...>
Date: Wed Feb 24 21:38:22 2016 +0100
ID:419 - List dummy.h in Makefile.am, so it gets included in a release tarball
diff --git a/src/plugins/dummy/Makefile.am b/src/plugins/dummy/Makefile.am
index 8a53bbe..6fa132e 100644
--- a/src/plugins/dummy/Makefile.am
+++ b/src/plugins/dummy/Makefile.am
@@ -5,4 +5,4 @@ INCLUDES = -I$(top_srcdir)/include
EXTRA_LTLIBRARIES = libintf_dummy.la
noinst_LTLIBRARIES = @INTF_DUMMY_LIB@
libintf_dummy_la_LIBADD = $(top_builddir)/lib/libipmitool.la
-libintf_dummy_la_SOURCES = dummy.c
+libintf_dummy_la_SOURCES = dummy.c dummy.h
-----------------------------------------------------------------------
Summary of changes:
src/plugins/dummy/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
ipmitool
|