diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-11 19:22:59 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-11 19:22:59 +0800 |
commit | 3e41616a61f4af59d1fc900fa52801086e48033b (patch) | |
tree | 678ce4cf45130b36d018fd92a233a539418f48bd /widgets | |
parent | a6a7b97e81658d4ee334416d5b5a9097931a22ec (diff) | |
download | gsoc2013-evolution-3e41616a61f4af59d1fc900fa52801086e48033b.tar.gz gsoc2013-evolution-3e41616a61f4af59d1fc900fa52801086e48033b.tar.zst gsoc2013-evolution-3e41616a61f4af59d1fc900fa52801086e48033b.zip |
remove the pruned file from MakeFile.am
svn path=/trunk/; revision=31137
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index edce747af3..4286c20a07 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-11 Chenthill Palanisamy <pchenthill@novell.com> + + * Makefile.am: Remove the e-util-marshal.list from extra dist. + Fixes a build break. + 2006-01-10 Simon Zheng <simon.zheng@sun.com> * Makefile.am: diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 243c219240..3cc799964f 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -211,7 +211,6 @@ EXTRA_DIST = \ $(glade_DATA) \ e-pilot-settings.h \ e-pilot-settings.c \ - e-util-marshal.list \ ChangeLog.pre-1-4 dist-hook: |