952062
diff --git a/src/pmdas/podman/.gitignore b/src/pmdas/podman/.gitignore
952062
index a4f35e0f43..aea2c4052e 100644
952062
--- a/src/pmdas/podman/.gitignore
952062
+++ b/src/pmdas/podman/.gitignore
952062
@@ -2,8 +2,6 @@ deps/
952062
 domain.h
952062
 pmdapodman
952062
 pmda_podman.so
952062
-jsonsl.c
952062
-jsonsl.h
952062
 help.dir
952062
 help.pag
952062
 exports
952062
diff --git a/src/pmdas/podman/GNUmakefile b/src/pmdas/podman/GNUmakefile
952062
index d6e58cfca5..1117a7a4e4 100644
952062
--- a/src/pmdas/podman/GNUmakefile
952062
+++ b/src/pmdas/podman/GNUmakefile
952062
@@ -83,6 +83,7 @@ domain.h: ../../pmns/stdpmid
952062
 $(OBJECTS): domain.h
952062
 pmda.o: $(VERSION_SCRIPT)
952062
 pmda.o:	$(TOPDIR)/src/include/pcp/libpcp.h
952062
+podman.o: $(JSONSL_HFILES)
952062
 
952062
 check:: $(CFILES) $(HFILES)
952062
 	$(CLINT) $^
952062
diff --git a/src/pmdas/root/.gitignore b/src/pmdas/root/.gitignore
952062
index 21f507f0dd..b78b1fd28a 100644
952062
--- a/src/pmdas/root/.gitignore
952062
+++ b/src/pmdas/root/.gitignore
952062
@@ -1,8 +1,6 @@
952062
 deps/
952062
 domain.h
952062
 pmdaroot
952062
-jsonsl.c
952062
-jsonsl.h
952062
 help.dir
952062
 help.pag
952062
 pmns
952062
diff --git a/src/pmdas/root/GNUmakefile b/src/pmdas/root/GNUmakefile
952062
index ed01a18fb8..b02d4ea834 100644
952062
--- a/src/pmdas/root/GNUmakefile
952062
+++ b/src/pmdas/root/GNUmakefile
952062
@@ -83,6 +83,7 @@ pmns :
952062
 	$(LN_S) -f root_root pmns
952062
 
952062
 lxc.o root.o:	$(TOPDIR)/src/include/pcp/libpcp.h
952062
+podman.o:	$(JSONSL_HFILES)
952062
 
952062
 check:: $(CFILES) $(HFILES)
952062
 	$(CLINT) $^