From 7dd8db95bcaad1f86ff2c494b3111d363d3e8c98 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 29 Jun 2010 11:36:47 +0100 Subject: [PATCH] trivial: fix 'make distcheck' --- client/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/Makefile.am b/client/Makefile.am index 4f2be44a6..f3de66581 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -57,6 +57,8 @@ PK_GLIB2_LIBS = \ $(NULL) pkcon_SOURCES = \ + egg-debug.c \ + egg-debug.h \ pk-console.c \ $(NULL) @@ -72,6 +74,8 @@ pkcon_CFLAGS = \ $(NULL) pkmon_SOURCES = \ + egg-debug.c \ + egg-debug.h \ pk-monitor.c \ $(NULL)