]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Makefile: add new rasdaemon headers
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 14 Oct 2017 09:42:17 +0000 (06:42 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 14 Oct 2017 09:49:59 +0000 (06:49 -0300)
Those are needed for make "distdir" tarball creation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Makefile.am

index 4aa5543c0ecc77a01ab9c7c36e551b73fe5f6843..237e8f9e07d4d1e8d9184d304780e461666640b7 100644 (file)
@@ -51,7 +51,7 @@ rasdaemon_LDADD = -lpthread $(SQLITE3_LIBS) libtrace/libtrace.a
 
 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-extlog-handler.h ras-arm-handler.h ras-non-standard-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