]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Makefile.am: fix build header rules
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 26 May 2021 08:20:39 +0000 (10:20 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 26 May 2021 08:28:55 +0000 (10:28 +0200)
non-standard-hisilicon.h was added twice;
ras-memory-failure-handler.h is missing.

Due to that, the tarball becomes incomplete, causing build
errors.

While here, also adjust .travis.yml to use --enable-all.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
.travis.yml
Makefile.am

index 7855b8e90b974b039fb01a6d2bada36be3d5313c..b6aa28f1e22ef2b122959aaab266e71c3a986cfa 100644 (file)
@@ -26,7 +26,7 @@ before_install:
 - sudo apt-get install -y sqlite3
 install:
 - autoreconf -vfi
-- ./configure --enable-sqlite3 --enable-aer --enable-non-standard --enable-arm --enable-mce --enable-extlog --enable-devlink --enable-diskerror --enable-memory-failure --enable-abrt-report --enable-hisi-ns-decode --enable-memory-ce-pfa
+- ./configure --enable-all
 
 script:
 - make && sudo make install
index d9b288b9df8b16cac7a504aac3c9afae94108f79..fabca78d3f0efe2c1c8564e7ec947bf856421cac 100644 (file)
@@ -69,7 +69,7 @@ include_HEADERS = config.h  ras-events.h  ras-logger.h  ras-mc-handler.h \
                  ras-aer-handler.h ras-mce-handler.h ras-record.h bitfield.h ras-report.h \
                  ras-extlog-handler.h ras-arm-handler.h ras-non-standard-handler.h \
                  ras-devlink-handler.h ras-diskerror-handler.h rbtree.h ras-page-isolation.h \
-                 non-standard-hisilicon.h non-standard-ampere.h non-standard-hisilicon.h
+                 non-standard-hisilicon.h non-standard-ampere.h ras-memory-failure-handler.h
 
 # This rule can't be called with more than one Makefile job (like make -j8)
 # I can't figure out a way to fix that