Mercurial > libpst
diff configure.in @ 82:b370d9e8aa10
Fix my mistake in debian packaging.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 15 Jun 2008 06:54:39 -0700 |
parents | 4a760802ef29 |
children | 582e927756d3 |
line wrap: on
line diff
--- a/configure.in Fri Jun 13 20:53:28 2008 -0700 +++ b/configure.in Sun Jun 15 06:54:39 2008 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.13,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.14,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) @@ -80,6 +80,7 @@ AC_OUTPUT( \ Makefile \ debian/changelog \ + debian/Makefile \ libpst.spec \ html/Makefile \ info/Makefile \