diff mbox series

[06/10] Makefile: Add missing headers to pdbg_SOURCES

Message ID 20181107021456.1219553-7-amitay@ozlabs.org
State Accepted
Headers show
Series Build fixes for make dist/install to work | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs Nov. 7, 2018, 2:14 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index f8456ca..485cd95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,13 +74,20 @@  endif
 pdbg_SOURCES = \
 	src/cfam.c \
 	src/htm.c \
+	src/htm.h \
 	src/main.c \
+	src/main.h \
 	src/mem.c \
 	src/optcmd.c \
+	src/optcmd.h \
 	src/options_@ARCH@.c \
+	src/options.h \
 	src/parsers.c \
+	src/parsers.h \
 	src/pdbgproxy.c \
+	src/pdbgproxy.h \
 	src/progress.c \
+	src/progress.h \
 	src/reg.c \
 	src/ring.c \
 	src/scom.c \