Skip to content
Snippets Groups Projects
Commit cbd3ac84 authored by chrfranke's avatar chrfranke
Browse files

Makefile.am: Add missing 'megaraid.h'.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2825 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 8ceeeb79
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.820 2009/07/10 20:14:38 chrfranke Exp $ $Id: CHANGELOG,v 1.821 2009/07/10 21:22:33 chrfranke Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -41,6 +41,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -41,6 +41,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Makefile.am: Add missing 'megaraid.h'.
[CF] smartd: Add '!' flag to '-r' and '-R' directives. If specified, [CF] smartd: Add '!' flag to '-r' and '-R' directives. If specified,
message is logged as LOG_CRIT and warning mail is sent if message is logged as LOG_CRIT and warning mail is sent if
attribute normalized or raw value changes. attribute normalized or raw value changes.
......
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# #
# $Id: Makefile.am,v 1.95 2009/03/22 17:17:39 chrfranke Exp $ # $Id: Makefile.am,v 1.96 2009/07/10 21:22:33 chrfranke Exp $
# #
@SET_MAKE@ @SET_MAKE@
...@@ -64,7 +64,8 @@ EXTRA_smartd_SOURCES = os_darwin.cpp \ ...@@ -64,7 +64,8 @@ EXTRA_smartd_SOURCES = os_darwin.cpp \
os_generic.h \ os_generic.h \
cciss.cpp \ cciss.cpp \
cciss.h \ cciss.h \
dev_legacy.cpp dev_legacy.cpp \
megaraid.h
if OS_WIN32_MINGW if OS_WIN32_MINGW
...@@ -133,7 +134,8 @@ EXTRA_smartctl_SOURCES = os_linux.cpp \ ...@@ -133,7 +134,8 @@ EXTRA_smartctl_SOURCES = os_linux.cpp \
os_generic.h \ os_generic.h \
cciss.cpp \ cciss.cpp \
cciss.h \ cciss.h \
dev_legacy.cpp dev_legacy.cpp \
megaraid.h
if OS_WIN32_MINGW if OS_WIN32_MINGW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment