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 \