From 20be2db114c8159889a241a8a33631dd1891e27f Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Wed, 9 Aug 2006 19:33:51 +0000 Subject: [PATCH] small fix to pass 'make distcheck' * include/Makefile.am: small fix to pass 'make distcheck' --- ChangeLog | 4 ++++ include/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0de4930c..8975bf3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-09 Bart Hakvoort + + * include/Makefile.am: small fix to pass 'make distcheck' + 2006-08-09 Bart Hakvoort * include/GParted_Core.h, diff --git a/include/Makefile.am b/include/Makefile.am index dac2e7e0..4818032c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = \ OperationCopy.h \ OperationCreate.h \ OperationDelete.h \ - OperationDetail.cc \ + OperationDetail.h \ OperationFormat.h \ OperationResizeMove.h \ Partition.h \