1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00
Files
Joshua Lock d296df4397 claws-mail: Fix building with new automake
Having the same file listed multiple times in Makefile.am breaks with new
Autotools

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19 14:59:49 +00:00

25 lines
642 B
Diff

Remove duplicate file entries as this breaks install with new Automake
JL 19/03/10
Index: claws-mail-2.9.1/src/gtk/Makefile.am
===================================================================
--- claws-mail-2.9.1.orig/src/gtk/Makefile.am 2007-03-22 07:52:47.000000000 +0000
+++ claws-mail-2.9.1/src/gtk/Makefile.am 2010-03-19 14:54:06.565828281 +0000
@@ -44,7 +44,6 @@
filesel.h \
foldersort.h \
gtkaspell.h \
- gtksctree.h \
gtkshruler.h \
gtksctree.h \
gtksourceprintjob.h \
@@ -57,7 +56,6 @@
menu.h \
pluginwindow.h \
prefswindow.h \
- gtkvscrollbutton.h \
progressdialog.h \
quicksearch.h \
sslcertwindow.h \