From: james Date: Wed, 27 Feb 2008 10:47:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=commitdiff_plain;h=8aac43cd03b46ad3e3e0852f7d3748916f72adea *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 5191691..33275cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.3 2008/02/27 10:47:34 james +# *** empty log message *** +# # Revision 1.2 2008/02/24 00:42:52 james # *** empty log message *** # @@ -34,6 +37,8 @@ VCHK=${shell cat ${VFS} | @MD5SUM@ | @AWK@ '{print $$1 }' } VNUM=${shell @GREP@ ${VCHK} ${VFD}/version-md5sums | @AWK@ '{ print $$2 }' } VDEF=${shell echo `cat ${VFD}/version-major`.`cat ${VFD}/version-minor`.`cat ${VFD}/version-micro` } +EXTRA_DIST=version-files version-major version-minor version-micro version-md5sums + version.sed: $(VFD)/version-files $(VFD)/version-major \ $(VFD)/version-minor $(VFD)/version-micro \ $(VFD)/version-md5sums ${VFS} Makefile diff --git a/src/Makefile.am b/src/Makefile.am index 3793b26..f0bb52c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.19 2008/02/27 10:47:34 james +# *** empty log message *** +# # Revision 1.18 2008/02/26 23:23:17 james # *** empty log message *** # @@ -73,7 +76,8 @@ PROJECTHDRS= crt.h utf8.h tty.h ansi.h vt102.h keys.h history.h ring.h slide.h \ log.h ipc.h symsocket.h keydis.h cmd.h lockfile.h context.h \ vt102_charset.h prototypes.h -HDRS=project.h +HDRS=project.h ${PROJECTHDRS} + SRCS=ansi.c crt.c html.c libsympathy.c render.c version.c vt102.c tty.c \ keydis.c history.c ring.c ptty.c terminal.c util.c log.c ipc.c \ @@ -85,6 +89,7 @@ SYMPATHYSRCS=${SRCS} noinst_HEADERS= prototypes.h ${HDRS} +EXTRA_DIST=sympathy.h.tail libsympathy_a_SOURCES = ${SYMPATHYSRCS} libsympathy_la_SOURCES = ${SYMPATHYSRCS} diff --git a/version-md5sums b/version-md5sums index 998b19f..da376e0 100644 --- a/version-md5sums +++ b/version-md5sums @@ -4,3 +4,4 @@ ac9d93b50970b366e4531b4ea5a1c983 1.0.3 ac9d93b50970b366e4531b4ea5a1c986 1.1.0 0ea0fc96142920321bfa5354dc6b9da9 1.1.1 b1b1d8caa83556877bb96487f0c6a934 1.1.2 +f844259e45d571cf913580d8851ee261 1.1.3 diff --git a/version-micro b/version-micro index 0cfbf08..00750ed 100644 --- a/version-micro +++ b/version-micro @@ -1 +1 @@ -2 +3