]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Makefile.am: add types.h to the list of headers
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 08:42:25 +0000 (10:42 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 08:42:52 +0000 (10:42 +0200)
Without that, make mock won't work properly.

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

index b6821f3f4d787af296475483e1baf972d8d36191..d4872a9972ea005bd128caf0a14fd783e92b956a 100644 (file)
@@ -92,7 +92,7 @@ endif
 rasdaemon_LDADD = -lpthread $(SQLITE3_LIBS) $(LIBTRACEEVENT_LIBS)
 rasdaemon_CFLAGS = $(SQLITE3_CFLAGS) $(LIBTRACEEVENT_CFLAGS)
 
-include_HEADERS = config.h  ras-events.h  ras-logger.h  ras-mc-handler.h \
+include_HEADERS = config.h types.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 \