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

Amitay Isaacs amitay at ozlabs.org
Wed Nov 7 13:14:52 AEDT 2018


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

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_ at 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 \
-- 
2.17.2



More information about the Pdbg mailing list