2006-11-13 [colin] 2.6.0cvs43

* src/gtk/Makefile.am
		authors.h isn't generated
This commit is contained in:
Colin Leroy 2006-11-13 21:38:07 +00:00
parent 562f0d3138
commit 359c70dc9b
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2006-11-13 [colin] 2.6.0cvs43
* src/gtk/Makefile.am
authors.h isn't generated
2006-11-13 [colin] 2.6.0cvs42
* src/plugins/pgpinline/pgpinline.c

View file

@ -2067,3 +2067,4 @@
( cvs diff -u -r 1.1.2.21 -r 1.1.2.22 src/plugins/pgpinline/pgpinline.c; ) > 2.6.0cvs40.patchset
( cvs diff -u -r 1.1.2.35 -r 1.1.2.36 src/plugins/pgpcore/sgpgme.c; ) > 2.6.0cvs41.patchset
( cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/plugins/pgpinline/pgpinline.c; cvs diff -u -r 1.1.2.41 -r 1.1.2.42 src/plugins/pgpmime/pgpmime.c; ) > 2.6.0cvs42.patchset
( cvs diff -u -r 1.20.2.9 -r 1.20.2.10 src/gtk/Makefile.am; ) > 2.6.0cvs43.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=6
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=42
EXTRA_VERSION=43
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -3,8 +3,7 @@ PLUGINDIR = $(pkglibdir)/plugins/
noinst_LTLIBRARIES = libsylpheedgtk.la
EXTRA_DIST = \
sylpheed-marshal.list \
authors.h
sylpheed-marshal.list
libsylpheedgtk_la_SOURCES = \
about.c \
@ -36,6 +35,7 @@ libsylpheedgtk_la_SOURCES = \
sylpheedgtkincludedir = $(pkgincludedir)/gtk
sylpheedgtkinclude_HEADERS = \
about.h \
authors.h \
colorlabel.h \
colorsel.h \
combobox.h \
@ -77,7 +77,7 @@ libsylpheedgtk_la_LIBADD = \
$(ASPELL_LIBS) \
$(GNOMEPRINT_LIBS)
BUILT_SOURCES=sylpheed-marshal.c sylpheed-marshal.h authors.h
BUILT_SOURCES=sylpheed-marshal.c sylpheed-marshal.h
sylpheed-marshal.h: sylpheed-marshal.list
$(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@