Mon Apr 10 16:59:16 2006 Michael Jennings (mej)

Fix distcheck and up version to replace old 0.2.0 release.
----------------------------------------------------------------------


SVN revision: 22006
This commit is contained in:
Michael Jennings 2006-04-10 20:58:55 +00:00
parent db941b111b
commit b5c07e58f1
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ files_DATA = module_icon.png $(wildcard tclock.ed?) \
$(wildcard fonts/*.ttf) $(wildcard images/*.png)
EXTRA_DIST = $(files_DATA) e_modules-tclock.spec
CONFIG_CLEAN_FILES = e_modules-tclock.spec tclock.edj
# the module .so file
INCLUDES = -I. \

View File

@ -7,7 +7,7 @@ AC_INIT(configure.in)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(tclock, 0.0.2)
AM_INIT_AUTOMAKE(tclock, 0.2.1)
AM_CONFIG_HEADER(config.h)
AC_ISC_POSIX
AC_PROG_CC