aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-02-27 10:47:58 +0000
committerjames <>2008-02-27 10:47:58 +0000
commit131599d075be3b2e2d0377d3c6024c053cba2fb3 (patch)
tree35aa2b798e766c4780d0ce4c4f79b0197c9cc2c7
parent8b8c706d48dca2edbe4789d94df7e4e93dd96c68 (diff)
downloadsympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.tar.gz
sympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.tar.bz2
sympathy-131599d075be3b2e2d0377d3c6024c053cba2fb3.zip
*** empty log message ***
-rw-r--r--Makefile.am5
-rw-r--r--src/Makefile.am7
-rw-r--r--version-md5sums1
-rw-r--r--version-micro2
4 files changed, 13 insertions, 2 deletions
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